Small C++17 expected-like result used by no-throw overloads.
Prepared TOPP3 problem descriptor.
auto expected_from(Fn &&fn) -> Expected< typename std::decay< decltype(fn())>::type >
Third-order time-optimal Clarabel LP backend over a pre-linearized topp3::Problem.
copp::solver::topp3::Result Result
copp::solver::topp3::Problem Problem
COPP_API Result solve_expert(const Problem &problem, const clarabel::Options &options={})
Solve TOPP3-LP and always return Clarabel diagnostics.
COPP_API Profile3rd solve(const Problem &problem, const clarabel::Options &options={})
Solve TOPP3-LP and return an accepted third-order profile.
Tag object selecting no-throw overloads.
Owned third-order TOPP/COPP profile.
Shared Clarabel options for COPP/TOPP SOCP-style solvers.
Expert third-order Clarabel result.