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

CPLEX binding: DLL names are not up-to-date #745

Closed
no-preserve-root opened this issue Nov 6, 2023 · 0 comments
Closed

CPLEX binding: DLL names are not up-to-date #745

no-preserve-root opened this issue Nov 6, 2023 · 0 comments
Labels
resolved Issue is resolved and the feature or fix will be part of next release

Comments

@no-preserve-root
Copy link

At the moment, the default DLL names for CPLEX are cplex12100, cplex1290, cplex1280, cplex1270. In 2020, CPLEX changed its versioning scheme to year-based versioning. The respective releases are 20.1.0, 22.1.0, and 22.1.1. The DLL name for 22.1.1 is cplex2211; the other releases should be cplex2010 and cplex2210 (I cannot check this). These releases could at least be added to the lookup, expected future releases could be cplex2212, cplex2220, cplex2310 etc.

@cyderize cyderize added the resolved Issue is resolved and the feature or fix will be part of next release label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolved Issue is resolved and the feature or fix will be part of next release
Projects
None yet
Development

No branches or pull requests

2 participants