Simon Maturana
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Simon Maturana-
Simon Maturana created a post,
How do I Add a constraint that a variable have to be multiple of 12?
AnsweredIn my problem, y have capacities per hour that are multiple of 12, so the answers have to be multiples of 12 too. I was planning to use something like this: m.addConstr(F1%12==0,name="c_147") But...