David Cawlfield
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Votes on activity by David Cawlfield-
Thank's so much Eli, Sorry I'm so rusty at Python. I'm trying to dust off some coding skills from about 10 years ago and learn the Gurobi interface at the same time. It's a terrible feature of Py...
-
If I remove this constraint, the model solves, but with an unuseful result. If I make the equality an inequality '<= 1', then I get a TypeError: '<=' not supported between instances of 'method' an...
-
Thank you, this fix seems to work. A followup problem is to set a constraint on a two-dimensional binary variable pvar. I want each row of the model variable to sum to 1.0, so that the row repr...