Lorenzo Steccanella
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 3
アクティビティの概要
Lorenzo Steccanellaさんの最近のアクティビティ-
Lorenzo Steccanellaさんが投稿を作成しました:
Quadratic equality constraints are non-convex
回答済みHi 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...
-
Lorenzo Steccanellaさんが投稿を作成しました:
matrix modeling
回答済みHi 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...
-
Lorenzo Steccanellaさんがコメントを作成しました:
Amazing!... thanks a lot Jaromił!
-
Lorenzo Steccanellaさんが投稿を作成しました:
L1 distance
回答済みHi, 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...