Ruud Visser
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Ruud Visser-
Ruud Visser commented,
Thanks, Riley. We use both addConstr and addConstrs in our models, and only some of the addConstrs calls are prone to this issue. We've changed those with the suggested workaround and that fixes th...
-
Ruud Visser commented,
Thank you, my issue indeed appears to be the same as that bug. I will test the workaround and let you know if that works.
-
Ruud Visser created a post,
Warning: linear constraint 0 and linear constraint 2 have the same name
AnsweredI recently switched from Python 3.12 to 3.13, both using Gurobipy 13.0.0. Models that used to build without error messages under Py3.12 now generate warnings of this kind under Py3.13:“Warning: lin...