Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difference between SCIPgetPrioChild and SCIPgetBestChild #40

Closed
dxyzx0 opened this issue Jan 17, 2023 · 1 comment
Closed

Difference between SCIPgetPrioChild and SCIPgetBestChild #40

dxyzx0 opened this issue Jan 17, 2023 · 1 comment

Comments

@dxyzx0
Copy link

dxyzx0 commented Jan 17, 2023

Sorry to bring up this naive question. I have read the source code of these 2 functions and I know SCIPgetBestChild returns the best node w.r.t the node selection strategy. However, I can't understand meaning of the attribute tree->childrenprio in SCIPgetPrioChild.

  1. What priority is this attribute?
  2. Why does SCIP need this attribute?

Thanks a lot.

@ambros-gleixner
Copy link
Member

This is the priority which child should first be selected. It can be set by the branching rule when creating children using information that may not be available later. The documentation at

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants