Artem P
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Artem P-
gurobipy model.addConstrs implementation issues
AnsweredI discovered that `model.addConstrs` does introspection on the provided generator frame. Example: >>> model.addConstrs((10 < 20 for i in range(3, 5)), name="smth"){3: ..., 4: ...} The sole fact tha...