Juan José Valentín Vírseda
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Juan José Valentín Vírseda-
Juan José Valentín Vírseda created a post,
Objective function for complementarity model (MCP)
AnsweredI 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...
-
Juan José Valentín Vírseda created a post,
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...