Skip to main content

Extracting incumbent solution when terminating early in R

Answered

Comments

2 comments

  • Official comment
    Simranjit Kaur
    • Gurobi Staff Gurobi Staff
    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?.
  • Jaromił Najman
    • Gurobi Staff Gurobi Staff

    Hi Guillaume,

    You can access the solution value and the optimization variable values via

    result$objval
    result$x

    This is described in more detail in the documentation of the R gurobi() function.

    Best regards,
    Jaromił

    0

Post is closed for comments.