Marc Van Barel
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Marc Van Barel-
Modeling using a combination of logical and arithmetic operations
AnsweredI tried to combine logical and arithmetic operations as follows: up = prob.addVars(M*P, R, name="Up", lb=0, ub=+1, vtype=GRB.CONTINUOUS)vp = prob.addVars(N*P, R, name="Vp", lb=0, ub=+1, vtype=GRB.C...