
Rune Delbecque
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Posts
Recent activity by Rune Delbecque-
gurobipy.Model has no attribute addGenConstrPWL [solved]
AnsweredI'm trying to add piecewise-linear constraints to my model 'RK'. First, I define the following variables: for i in range(0, len(Cities)): DistanceToClosestDC[i] = RK.addVar(vtype=GRB.CONTINUOUS,...