Skip to main content

Choosen solution out of solution pool

Answered

Comments

1 comment

  • Adam DeJans Jr.
    • Gurobi Staff

    To your question “how does Gurobi decide which solution is better?”:

    Gurobi doesn’t have a built-in notion that one of these optimal solutions is “better” than the other. Internally, the optimizer will end up with one of the optimal solutions depending on:

    • The path the algorithm takes (e.g., pivot choices in simplex, branching decisions in MIP),
    • Numerical aspects (tie-breaking on nearly equal values, internal ordering),

    If you are interested in alternative solutions for MIPs you can reference our documentation on solution pools here: Solution Pool

    2

Please sign in to leave a comment.