
Christian Perau
- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
Comments
Recent activity by Christian Perau-
Thanks for the quick response! I´m not sure I got this right, though. The problem is the implementation via gurobipy or in gurobi itself? Do you know where I could have a look in the future if I wa...
-
Sure, following code will raise the described error: import gurobipy as gpimport scipy.sparse as spimport numpy as npmodel = gp.Model()n = 1000data = np.full(n, 1)row = np.arange(n)col = np.arange(...