Morris Lin
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
投稿
Morris Linによる最近のアクティビティ-
How can I creat multi-objective in matlab?
回答済みI 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?
進行中list1=[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?
回答済みlist1=[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