Result analysis of a MIP Problem
回答済みHello everyone,
I have a large-scale MIP proble which can have 300 thousand interger variables, 400 thousand continous variables and 200 thousand constraints. it runs well and i can get the result. However, I want to figure out why the result acts like this. For example, some interger variables are 1 and some are 0. I want to know what constraints affect this interger variables. I can do it myself if it is a small MIP proble. For a large one, is there an efficient way?
I will appreciate if there is any idea.
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 try Gurobot, our chatbot interface offering instant, expert-level support. -
Hi Wentao,
You can use the method Model.getCol(var) to get a Column object capturing the constraints that the variable \(\texttt{var}\) participates in.
Hope this helps.
Best regards,
Maliheh
0
投稿コメントは受け付けていません。
コメント
2件のコメント