Skip to content

Access one exact solution to linear matrix inequalities defined in an SDPA-Sparse-formatted file? #62

Description

@PoeticExposition

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions