Primal and dual simplex
回答済みHow does Gurobi go about re-optimising an LP model when we add both rows and columns to the model from the last solve? Does it do it sequentially, i.e. add columns -> warm start primal simplex -> add rows -> warm start dual simplex?
0
-
正式なコメント
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
Hi Paula,
When both rows and columns are added then Phase 1 of the simplex algorithm has to be executed and a non-standard warm-start is performed in this phase. This may be better than performing the calculations sequentially but is not expected in general.
We would recommend to test whether adding rows and columns separately instead of simultaneously provides better performance.Best regards,
Jaromił1 -
Hi Jaromił,
That makes sense, thank you for confirming this.
Paula
0
投稿コメントは受け付けていません。
コメント
3件のコメント