Yunus Emre Çakır
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Yunus Emre Çakır-
Constraint has no bool value (are you trying "lb <= expr <= ub"?)
AnsweredI have the following decision variablesr_max = bilevel.addVar(lb= 0 , ub= gp.GRB.INFINITY, vtype=gp.GRB.CONTINUOUS, name="r_max") x_ij_km = {}for i, j in edges: for k in K: for m in M: ...