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

Factor out branch and bound into new package #130

Closed
dpsanders opened this issue May 28, 2019 · 3 comments
Closed

Factor out branch and bound into new package #130

dpsanders opened this issue May 28, 2019 · 3 comments

Comments

@dpsanders
Copy link
Member

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?

@Kolaru
Copy link
Collaborator

Kolaru commented May 30, 2019

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.

@Kolaru
Copy link
Collaborator

Kolaru commented Jun 22, 2019

So here it is, if you want to have a look:

https://github.com/Kolaru/BranchAndPrune.jl

Some notes:

  • I still need to do the stuff to add it to the general registry
  • Nothing fancy like coverall or such has been setup yet
  • I have named it BranchAndPrune.jl as BranchAndBound.jl is already taken and this one does not actually do any bounding
  • Several types have been renamed too

Once it's registered I'll make a PR to use it as a dependency.

@dpsanders
Copy link
Member Author

Fantastic, thanks a lot!

@Kolaru Kolaru closed this as completed Nov 30, 2021
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