Specify that GLOP and CLP should use primal simplex? #4003
Unanswered
gdowdy3
asked this question in
Linear Solver questions
Replies: 1 comment
-
|
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 language and solver does this apply to?
Python, GLOP, and CLP
Describe the problem you are trying to solve.
I would like to be able to use GLOP/CLP to solve an LP and specify that the solver should use the primal simplex algorithm. I suspect that this can be done using the
SetSolverSpecificParametersAsString
method, but I don't know what argument to pass to this method. Can it be done?Beta Was this translation helpful? Give feedback.
All reactions