How can I show all feasible solutions of a MIP?
回答済み
0
-
You can do this with solution pools, as described in this knowledge base article.
0 -
Gurobi only considers a solution different if value of an integer variable changes. I overcame the same issue by simply binding integer variables to ranges of continuos variables and retrieving N solutions from the solution pool.
0
サインインしてコメントを残してください。
コメント
2件のコメント