Juan José Valentín Vírseda
- 合計アクティビティ 3
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
投稿
Juan José Valentín Vírsedaによる最近のアクティビティ-
Objective function for complementarity model (MCP)
回答済みI am working on a MCP model that I have linearized via the Fortuny-Amat method in order to solve it as a MILP. Now it is formulated as its KKTs. Does Gurobi allow to solve it without setting an obj...
-
GurobiError: Unsupported type (<class 'numpy.ndarray'>) for LinExpr addition argument
Hello, I am trying to perform an array multiplication within a constraint, which you may check in the code below: counter = [] m.addConstr(gb.quicksum(r_up[i] - r_down[i] for i in conv_gens) + gb...