Zohar Levi
- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 13
Posts
Recent activity by Zohar Levi-
How to formulate the SOC constraint ‖A x + b‖₂ ≤ t as a convex quadcon in MATLAB?
AnsweredI’m using Gurobi from MATLAB, which only exposes linear constraints and quadratic constraints (`model.quadcon`) with the requirement that the quadratic form be convex (Q ⪰ 0). I need to model the s...
-
Warning: to get QCP duals, please set parameter QCPDual to 1
AnsweredI don't want the duals, and I set QCPDual to 0. Why is this a warning?
-
Vectorize quadcon in matlab for many cones
AnsweredI have a socp with millions of cones.It seems that currently, it's only possible to add a quadcon one-by-one in a loop. This is effective only for small problems:Moreover, a formulation of a cone m...
-
A test problem
AnsweredCan someone please check if gurobi solves the following model in a reasonable time?https://drive.google.com/file/d/1EraE4nnpC1bIUomcI8waVVKmjIdHAMim/view?pli=1Is there an online service, where I ca...
-
LP with only equality constraints
AnsweredHow do I optimize it efficiently? Gurobi treats it as a standard LP (runs barrier/simplex). Update: I'm not sure about my expectation anymore. The problem is min c'x s.t. Ax=b. The KKT system is un...
-
cookie for a day
AnsweredIt seems that the site remembers my login only for a day and requests it afterwards. Said login go smoothly when I reply to a message, and I need to do it a couple of times until it "gets me." The ...
-
warm start LP solver in matlab
AnsweredIs it possible, or do I need c++ for that? https://www.gurobi.com/documentation/9.5/refman/lpwarmstart.html
-
linprog in c++
OngoingHow do I translate matlab's example linprog.m into c++? Specifically, translate model.A = A; model.obj = c; model.modelsense = 'Min'; model.rhs = b; model.sense = [ '<' ]; gurob...
-
Limit solutions for an LP
AnsweredI have a large linear program that takes 10 seconds, which is too long. I'd like to limit it and get a solution that is feasible but not necessarily optimal. For a mix-int problem, there's the para...
-
Methods for solving binary LP
OngoingCan you venture an opinion on the following: Methods for binary linear programming - Mathematics Stack Exchangehttps://math.stackexchange.com/questions/4504572/methods-for-binary-linear-programming