Florian Peterssen
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Florian Peterssen-
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....