Morris Lin
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Morris Lin-
How can I creat multi-objective in matlab?
AnsweredI read the support of matlab API, but I still do not know the way to creat multi-objective in matlab...Do gurobi of matlab have such arrtibutes like python's in the foliowing? MODEL.setObjectiveN
-
How can I restrict a variable that can only take value in a list?
Ongoinglist1=[1,2,3,4]; i want a variable that can only take value in that list
-
How can I restrict a variable that can only take value in a list with Gurobi matlab?
Answeredlist1=[1,2,3,4]; i want a variable that can only take value in that list, and creat it by martix that can use in Gurobi matlab model