You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I input the attached ISDP problem, the solver returned "infeasible". However, there are some feasible solutions to this problem, such as x_2, x_5, and x_11 are 1, and 0 for the rest variables. What's more interesting is that when I add the 53th constraint x_5>=1, the solver returns "optimal solution found", which is unreasonable since adding constraints will not enlarge the solution space. Could you please provide some guidance? Thanks in advance.
The following is the content of test.dat-s, which is a binary SDP problem.
When I use Mosek as SDP-solver, the solution of the first SDP fails with status "UNKNOWN". SCIP-SDP then tries to solve a penalty formulation, for which Mosek says that one cannot drive the penalty term to 0. But it is only very slightly off, with a value of 1.45e-05 (the tolerance is 1e-5). Thus, SCIP-SDP decides that the relaxation and thus the problem is infeasible.
When I use DSDP, the problem is solved without problem. The same happens when I only solve LPs.
I am not sure why Mosek cannot solve the relaxation. However, the matrices are "not nice" in the sense that they contain values of very different magnitude (160006.6 vs. -1).
Hello,
When I input the attached ISDP problem, the solver returned "infeasible". However, there are some feasible solutions to this problem, such as
x_2
,x_5
, andx_11
are 1, and 0 for the rest variables. What's more interesting is that when I add the 53th constraintx_5>=1
, the solver returns "optimal solution found", which is unreasonable since adding constraints will not enlarge the solution space. Could you please provide some guidance? Thanks in advance.The following is the content of
test.dat-s
, which is a binary SDP problem.The text was updated successfully, but these errors were encountered: