Florian Peterssen
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Florian Peterssen-
Florian Peterssen created a post,
Bug Report: MVar with multiple leading 1's in the shape does not accept lb, ub or obj
Currently, it is not possible to add an MVar whose shape has multiple leading 1s with a lower bound of the same shape: import gurobipy as gpimport numpy as npshape = (1, 1, 2)m = gp.Model()mv1 = m....