-
Notifications
You must be signed in to change notification settings - Fork 553
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
[CutBranching] New wrapper for maximum independent set #8394
Conversation
CutBranching_jll provides a julia wrapper for the CutBranching C++ solver for maximum independent set by Demian Hespe, Sebastian Lamm, and Christian Schorr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, for packages linking to libjulia follow existing examples: #8337 (review)
Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
Thank you @giordano, I was updating the file while you were proposing new changes. I updated the file accordingly |
Hello @giordano, Is there any other review/comment that I should integrate before this can be scheduled for merge? |
This PR creates a Julia wrapper for the CutBranching C++ package for the maximum independent set (Demian Hespe et al, Targeted Branching for the Maximum Independent Set Problem, 19th International Symposium on Experimental Algorithms (SEA 2021)). The upstream code is available at https://github.com/Hespian/CutBranching. Minor modifications (including a Julia connector) are included in my own fork of the code from which thir PR originates.