-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
jkiviluo
Apr 15, 2024
Replies: 1 comment
-
Yes, GLPK is available. It is a parameter choice for a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jkiviluo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, GLPK is available. It is a parameter choice for a
solve
entity. However, the default choice is the open-source solver HiGHS, which is more performant than GLPK or CBC (and that's why we are not making CBC available). It's also possible to hook commercial solvers (see https://irena-flextool.github.io/flextool/how_to/#how-to-use-cplex-as-the-solver for that).