
Artem P
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Artem P-
Artem P commented,
Thanks for a prompt response! I will use addConstr for now. Saying that you accept "generator expression" as opposed to the "generator" is still confusing for me. Python does not have "expression" ...
-
Artem P created a post,
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...