Lorenzo Steccanella
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
Posts
Recent activity by Lorenzo Steccanella-
Quadratic equality constraints are non-convex
AnsweredHi all, I formulate the following problem in Gurobi: that I belive should be convex but I get the error "GurobiError: Quadratic equality constraints are non-convex". Can anyone tell me how to chec...
-
matrix modeling
AnsweredHi all, I'm trying to formulate the following objective in Gurobi: model = gp.Model("model1")W = model.addMVar((2, 2), lb=-GRB.INFINITY, ub=GRB.INFINITY)s0 = np.array((1, 1))s1 = np.array((1, 2...
-
L1 distance
AnsweredHi, I'm having an hard time in formulate the following model in gurobipy: I added the last constrain just to show that my implementation that follows doesn't return the correct result: def abs_di...