Extracting incumbent solution when terminating early in R
回答済みWhen the MILP solver stops early because the time limit has been reached and an incumbent solution happens to have been found, I would like to extract it after the early termination, but it is not in the output. How to get it?
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 Guillaume,
You can access the solution value and the optimization variable values via
result$objval
result$xThis is described in more detail in the documentation of the R gurobi() function.
Best regards,
Jaromił0
投稿コメントは受け付けていません。
コメント
2件のコメント