Skip to main content

topp3_socp_expert_with_info

Function topp3_socp_expert_with_info 

Source
pub fn topp3_socp_expert_with_info(
    problem: &Topp3Problem<'_>,
    options: &ClarabelOptions,
) -> Result<ClarabelExpertInfor3rd, CoppError>
Expand description

Expert TOPP3-SOCP API with Clarabel solution and linear-solver diagnostics.

Use this variant when callers need more than DefaultSolution, because Clarabel stores linear-solver metadata on the solver info object rather than inside the returned solution.