-
Notifications
You must be signed in to change notification settings - Fork 42
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
Test TreeSearch #971
Comments
1- About responsibilities to manage nodes of the tree search algorithm (done in #994)
2 - About the conquer output The conquer algorithm must return the following statuses:
3 - Leaves data (done in #995) To determine the result status of the branch and bound algorithm, we'll need to store the following data for all leaves:
4- Global dual bound (done in #997) min(local dual bound of leaves, local dual bound of parent of untreated nodes) 5- Tree search output (done in #997) When the exploration has finished, tree search output checks whether we found the optimal solution, the problem is infeasible or a limit has been reached.
|
ping @najaverzat |
I feel like this issue is now completed by all the work done during the last two weeks. |
No description provided.
The text was updated successfully, but these errors were encountered: