Warm start for GLOP_LINEAR_PROGRAMMING
?
#3999
Unanswered
gdowdy3
asked this question in
Linear Solver questions
Replies: 1 comment
-
So, you can on c++ with MPsolver. On MPsolver: Setstartinglpbasis is not wrapped in python. You can patch the swig file and recompile the python module. You can use math_opt (c++ and python) on the main branch with bazel only (see my post on or-tools 10.0) |
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
Describe the problem you are trying to solve.
I would like to "warm-start" the GLOP linear programming solver when applied to multiple similar LPs. In particular, I would like to
I know how to do steps 1 and 2, but I have't yet figured out how to achieve step 3. @lperron, @Mizux, Does this feature exist in OR-Tools? If not, does it exist in OR-Tools for other open source solvers?
Beta Was this translation helpful? Give feedback.
All reactions