Skip to content

Performances of pywraplp vs mathopt (including LP warm-start) #4328

Discussion options

You must be logged in to vote

One difference between MathOpt and pywraplp is that MathOpt separates the model from the solver(s).

With pywraplp you would reuse the same underlying Glop model when changing only a few things. This is possible with MathOpt as well by using IncrementalSolver. This class will allow you to call its solve() method multiple times and to reuse the same Glop solver.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@quentinplsrd
Comment options

@quentinplsrd
Comment options

@soppera
Comment options

@quentinplsrd
Comment options

Answer selected by quentinplsrd
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Solver: MathOpt MathOpt related issue
3 participants