Custom build not working with CPLEX and .NET #3686
Unanswered
alexandredias3d
asked this question in
Linear Solver questions
Replies: 1 comment
-
We do not support cplex ourselves. So I will move this to discussions/linear solver. PR welcomes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What version of OR-Tools and what language are you using?
Version: v9.5 (92eab40)
Language: C#
Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)
CPLEX
What operating system (Linux, Windows, ...) and version?
Windows 11
What did you do?
Steps to reproduce the behavior:
FindCPLEX.cmake
to update CPLEX version to 20.10.3 Configure.
or-tools\build\dotnet\packages
) to my project.What did you expect to see
Correct initialization of the solver using the CPLEX backend.
What did you see instead?
Anything else we should know about your project / environment
It seems that CPLEX support was built correctly since this test works:
Also, I can confirm that I am using the custom dotnet package because Xpress works normally.
This is possible a duplicate of #3475, but I could not find the solution to the problem.
Beta Was this translation helpful? Give feedback.
All reactions