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

RFC: Replace external dependency CEnum with private submodule #175

Merged
merged 3 commits into from
Jul 27, 2020

Conversation

GregPlowman
Copy link
Contributor

Attempt at implementing #174

Replace external dependency on older version of CEnum with a "local" submodule.
The aim is to prevent SCIP from holding back CEnum, which in turns holds back other packages (e.g. Cbc, Clp).
In particular it would nice if the latest versions of SCIP and other solvers could coexist in the same environment.

@rschwarz
Copy link
Collaborator

Thanks for the effort.

Do you think it makes sense to rename the CEnum submodule, in order to avoid conflict or confusion?

@rschwarz
Copy link
Collaborator

I've tested installation of usage of both SCIP, Cbc and CEnum in a common environment and there seem to be no problems, so I will go ahead and merge & release.

@rschwarz rschwarz merged commit ca7b71f into scipopt:master Jul 27, 2020
@GregPlowman GregPlowman deleted the glp/internal_CEnum branch July 27, 2020 21:06
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