Shawn Xu
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Shawn Xu-
Shawn Xu created a post,
How can I model min-max problem
AnsweredI 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...
-
Shawn Xu commented,
Thank you Maliheh! Solved!
-
Shawn Xu created a post,
How can I add constraints on the rank of the matrix
AnsweredX 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