Shawn Xu

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 5
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Posts

Recent activity by Shawn Xu Recent activity Votes
  • How can I model min-max problem

    Answered

    I am trying to minimize the max value of 'unov1' to find the worst case scenario. 'unov' is the multiplication of decision variables. Can I use m.addGenConstrMax(unov1,[unov],name = "max over+under...

  • How can I add constraints on the rank of the matrix

    Answered

    X is a 20*20 square matrix, and I want to let the number of nonzero rows in X <= 10,  how can I write the constraint? Appreciate your help