Extracting incumbent solution when terminating early in R
AnsweredWhen 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
-
Official comment
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
Post is closed for comments.
Comments
2 comments