Solvers missing in math opt #4514
Replies: 4 comments
-
I changed a little bit the build command to
but got the same error |
Beta Was this translation helpful? Give feedback.
-
I also tried it with the release library from github. With Mathopt it fails. |
Beta Was this translation helpful? Give feedback.
-
May we have the CMakeLists.txt of your own project ? how did you "target_link" to On my way to do some test on linux and windows... |
Beta Was this translation helpful? Give feedback.
-
I use cmakelist from ortools, just compile is as shown above. |
Beta Was this translation helpful? Give feedback.
-
What version of OR-Tools and what language are you using?
Version: 9.11
Language: C++
Which solver are you using
-> Math Opt with GLOP or Highs
What operating system (Linux, Windows, ...) and version?
Windows 11 x64
What did you do?
Compile debug version with this script:
then
What did you expect to see
Optimal Solution
What did you see instead?
INVALID_ARGUMENT___solver type SOLVER_TYPE_GLOP is not registered, support for this solver has not been compiled
the same for HIGHS
If I use MpSolver instead it works fine with GLOP.
Beta Was this translation helpful? Give feedback.
All reactions