This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Custom build not working with CPLEX and .NET #3685
Milestone
You can continue the conversation there. Go to discussion →
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.
The text was updated successfully, but these errors were encountered: