I thought that https://github.com/jump-dev/MathOptInterface.jl/pull/2314 added all the distances of https://github.com/matbesancon/MathOptSetDistances.jl but it is missing https://github.com/matbesancon/MathOptSetDistances.jl/blob/master/src/distance_sets.jl#L276-L287 Was there any reason not to include it ? Checking the distance to the PSD set can be used to check if the dual solution of SDPLR is feasible and hence if SDPLR found the optimal solution. See * https://github.com/blegat/LowRankOpt.jl/pull/24 * https://github.com/jump-dev/SDPLR.jl?tab=readme-ov-file#example-modifying-the-rank-and-checking-optimality
I thought that #2314 added all the distances of https://github.com/matbesancon/MathOptSetDistances.jl but it is missing https://github.com/matbesancon/MathOptSetDistances.jl/blob/master/src/distance_sets.jl#L276-L287
Was there any reason not to include it ?
Checking the distance to the PSD set can be used to check if the dual solution of SDPLR is feasible and hence if SDPLR found the optimal solution. See