Morris Lin
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Morris Lin-
Morris Lin created a post,
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
-
Morris Lin commented,
Thank for Jonasz's help. I have a idea to achieve it. Using indicator variables and limiting x like (0.9999<=x<=1.0001)&(1.9999<=x<=2.0001)... There's a similar problem that bothers me. I post it b...
-
Morris Lin created a post,
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
-
Morris Lin created a post,
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