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

[CutBranching] New wrapper for maximum independent set #8394

Merged
merged 10 commits into from
Apr 7, 2024

Conversation

claud10cv
Copy link
Contributor

@claud10cv claud10cv commented Mar 31, 2024

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.

CutBranching_jll provides a julia wrapper for the CutBranching C++ solver for maximum independent set by Demian Hespe, Sebastian Lamm, and Christian Schorr
@claud10cv claud10cv marked this pull request as draft March 31, 2024 17:31
@claud10cv claud10cv marked this pull request as ready for review March 31, 2024 17:33
@claud10cv claud10cv marked this pull request as draft April 1, 2024 20:51
Copy link
Member

@giordano giordano left a 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)

C/CutBranching/build_tarballs.jl Outdated Show resolved Hide resolved
C/CutBranching/build_tarballs.jl Outdated Show resolved Hide resolved
C/CutBranching/build_tarballs.jl Outdated Show resolved Hide resolved
claud10cv and others added 4 commits April 1, 2024 17:26
Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
@claud10cv
Copy link
Contributor Author

Thank you @giordano, I was updating the file while you were proposing new changes. I updated the file accordingly

@claud10cv claud10cv marked this pull request as ready for review April 1, 2024 21:39
@claud10cv
Copy link
Contributor Author

Hello @giordano, Is there any other review/comment that I should integrate before this can be scheduled for merge?

@giordano giordano merged commit 64244fc into JuliaPackaging:master Apr 7, 2024
12 checks passed
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.

2 participants