The function ClusteredLowRankSolver.sdpa_sparse_to_problem can be used to read an SDPA-sparse file and create a ClusteredLowRankSolver.Problem. In the SDPA format, the linear-matrix-inequality form is treated as the primal SDP, which means that in order to exactly solve the original problem stored in a .dat-s file, an exact dual solution to the corresponding ClusteredLowRankSolver.Problem is needed. However, it appears that ClusteredLowRankSolver.exact_solution can only return an exact primal optimal solution. As my primary goal is to obtain an exact solution to linear matrix inequalities (in which the complementary relaxation is, unfortunately, unlikely to be satisfied), I would like to know if ClusteredLowRankSolver.jl supports rounding the numerical dual solution as well?
The function
ClusteredLowRankSolver.sdpa_sparse_to_problemcan be used to read an SDPA-sparse file and create aClusteredLowRankSolver.Problem. In the SDPA format, the linear-matrix-inequality form is treated as the primal SDP, which means that in order to exactly solve the original problem stored in a.dat-sfile, an exact dual solution to the correspondingClusteredLowRankSolver.Problemis needed. However, it appears thatClusteredLowRankSolver.exact_solutioncan only return an exact primal optimal solution. As my primary goal is to obtain an exact solution to linear matrix inequalities (in which the complementary relaxation is, unfortunately, unlikely to be satisfied), I would like to know ifClusteredLowRankSolver.jlsupports rounding the numerical dual solution as well?