Replies: 3 comments 1 reply
-
The behaviour that you observe is deliberate, and not something we'd want to change. It's necessary for benchmarking to force MPS files for MIPs to be solved as LPs. We have plans to introduce concurrent solution of the root node in MIPs using barrier and dual simplex, and this will give you the performance that you require. We could add an option to force the root node to be solved with barrier rather than simplex. What's your view @lgottwald ? |
Beta Was this translation helpful? Give feedback.
-
Yes we can definitely add the option already. I know that it helps a lot for certain LPs. I'll add an option later. |
Beta Was this translation helpful? Give feedback.
-
Hi, was this implemented already? |
Beta Was this translation helpful? Give feedback.
-
There is an option "solver", but if it is set to "ipm" the model is solved as LP not as MIP...
Motivation: we often have models where the root relaxation is very challenging for simplex algorithms (even commercial implementations). Therefore it is often crucial to solve the initial LP with barrier/interior point + crossover. Of course all subsequent LP are better solved by simplex.
Beta Was this translation helpful? Give feedback.
All reactions