Sung Ook Hwang
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
投稿
Sung Ook Hwangによる最近のアクティビティ-
General expression : min_ or max_
回答済みHi, I wanted to use min_ expression in the rhs of constraint (please see the below expression, schedule[i] is decision variable). model.addConstr(quicksum(100*schedule[i] for i in index) <= 100 -...
-
Constraint Relaxation
進行中Hi all, I am currently building the MILP model and would like to know how to make relaxations (RHS of constraints) if the model becomes infeasible. For example, let's say the model has two differ...
-
logical constraint
回答済みHi, Can we write logical constraints in Gurobi? For example, CPLEX can read below constraints. 1. if then else constraints (x + y >= 1) => z >= 1, (if (x+y) is greater than equal to 1 then z will b...