Sung Ook Hwang
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Sung Ook Hwang-
General expression : min_ or max_
AnsweredHi, 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
OngoingHi 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
AnsweredHi, 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...