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

add function to C interface to access ClpSimplex* member of Clp_Simplex* #284

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

svigerske
Copy link
Member

@amigalemming This should take care of #283.

You can use defines CLP_VERSION_MAJOR and CLP_VERSION_MINOR to distinguish current master from Clp 1.17. Since master has no version yet, CLP_VERSION_MAJOR and CLP_VERSION_MINOR are both 9999 at the moment.
They will probably move to 1 and 18 or 2 and 0, if there will ever be an attempt of doing a release.
So you may want to check for CLP_VERSION_MAJOR > 1 || CLP_VERSION_MINOR > 17 in your code.

@svigerske svigerske self-assigned this Jan 3, 2024
@svigerske svigerske merged commit 95fd6a6 into master Jan 5, 2024
12 of 14 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.

1 participant