We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be very useful to factor out branch_and_bound.jl into a new package.
branch_and_bound.jl
But we need to watch for performance: anecdotally, I'm seeing quite a big slow down for large problems with the new tree structure?
The text was updated successfully, but these errors were encountered:
I should be able to look into this shortly.
Do you have any example for the slow down? Hopefully there is a nice and easy fix for it.
Sorry, something went wrong.
So here it is, if you want to have a look:
https://github.com/Kolaru/BranchAndPrune.jl
Some notes:
BranchAndPrune.jl
BranchAndBound.jl
Once it's registered I'll make a PR to use it as a dependency.
Fantastic, thanks a lot!
No branches or pull requests
It would be very useful to factor out
branch_and_bound.jl
into a new package.But we need to watch for performance: anecdotally, I'm seeing quite a big slow down for large problems with the new tree structure?
The text was updated successfully, but these errors were encountered: