Morris Lin
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
Morris Linさんの最近のアクティビティ-
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
-
Morris Linさんがコメントを作成しました:
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さんが投稿を作成しました:
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
-
Morris Linさんが投稿を作成しました:
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