Skip to main content

retrieve the value of decision variables for multiple optimal solution

Answered

Comments

2 comments

  • Official comment
    Ronald van der Velden
    • Gurobi Staff

    Hi Maedeh,

    The steps to retrieve the decision variable values for the solutions in the pool are as follows:

    • Select a particular solution using parameter SolutionNumber 
    • Query the value of a specific decision variable using attribute Xn on the variable

    You can find an example on our website.

    Hope this helps!
    Ronald

  • Official comment
    Simranjit Kaur
    • 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 try Gurobot, our chatbot interface offering instant, expert-level support.

Post is closed for comments.