
Rune Delbecque
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Rune Delbecque-
Rune Delbecque commented,
Dear Jaromił The Gurobi version used was Gurobi 9.1.1. I re-installed Anaconda and Gurobi and now it seems to work. I still have no idea why it didn't work before. Thanks for your responses. It sho...
-
Rune Delbecque commented,
Dear Jaromił I installed Gurobi via the Download Center of Gurobi (https://www.gurobi.com/downloads/). This should have worked, as I get the following results on the command-line tool: I'm using W...
-
Rune Delbecque commented,
Dear Jaromił The following code should reproduce the issue with a small example. I included all the import statements I need in the complete code, even though they are not used in this example. imp...
-
Rune Delbecque created a post,
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,...