Simon Maturana
- 合計アクティビティ 2
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Simon Maturanaさんの最近のアクティビティ-
Simon Maturanaさんが投稿を作成しました:
How do I Add a constraint that a variable have to be multiple of 12?
回答済みIn my problem, y have capacities per hour that are multiple of 12, so the answers have to be multiples of 12 too. I was planning to use something like this: m.addConstr(F1%12==0,name="c_147") But...