Benoît Legat

Results 464 comments of Benoît Legat

The `test.ext` should be ``` V-representation begin 5 4 real 1 -316.5 -109 -94.97 1 245 228 79 1 -160 132.3 109 1 -377.3 63.6 -99.1 1 -376.5 81.2 -93.4...

Hi, We currently don't have a nice interface for that. Neither for incidence information: https://github.com/JuliaPolyhedra/CDDLib.jl/issues/21 They are both blocked by the fact that we still need to wrap the `setfamily`...

Can you try https://github.com/JuliaPolyhedra/CDDLib.jl/pull/72 and let me know whether it works for you ?

Enter the Pkg mode of the REPL (by pressing `]`) and write ```julia (v1.7) pkg> add CDDLib#bl/adjacency ```

If a user solve a conic problem, he should always try with and without Dualization because it can change lot (it also impacts the low-rank-ness of the solution which is...

> Why? The user could just set a `min 0` objective. SumOfSquares could do so too. That wouldn't really be an option because SumOfSquares just defines new MOI sets and...

https://github.com/jump-dev/SumOfSquares.jl/pull/283/ is not about a breaking change in Dualization. The tutorial started failing because of the bug that was fixed in https://github.com/jump-dev/CSDP.jl/pull/89 so I tried SCS but I couldn't because...

Sure, let's do it then :) Note that Mosek does not support starting values. SCS/COSMO do support it though

It's not the same as QCQP, it should work for QCQP after https://github.com/jump-dev/PolyJuMP.jl/pull/115

@votroto https://github.com/jump-dev/PolyJuMP.jl/pull/119 should fix this