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

Decoupling strong branching from tree search data structures #676

Merged
merged 1 commit into from
Aug 5, 2022

Conversation

guimarqu
Copy link
Contributor

@guimarqu guimarqu commented Aug 5, 2022

I created a new type of nodes SbNode which is basically a copy of the Node type to decouple the strong branching algorithm from the current tree search implementation.
I consider that the evaluation of branching candidates should not depend on the tree search implementation.

@guimarqu guimarqu merged commit ad3d0b2 into tree_search Aug 5, 2022
@guimarqu guimarqu deleted the decoupe_strong_branching_from_ts branch August 5, 2022 20:09
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

Successfully merging this pull request may close these issues.

1 participant