Skip to main content

minimum of a MVar

Answered

Comments

1 comment

  • Simon Bowly
    Gurobi Staff Gurobi Staff

    Hi Afsoon,

    You need to get the solution values from the MVar first. In this case, you can use np.amin(z.X) to find the minimum of all variable solution values in the array.

    0

Please sign in to leave a comment.