The Clarabel solver details after calling the Solve() function.
The user can call MathematicalProgramResult::get_solver_details<ClarabelSolver>() to obtain the details.
#include <drake/solvers/clarabel_solver.h>
Public Attributes | |
double | solve_time {} |
The solve time inside Clarabel in seconds. More... | |
int | iterations {} |
Number of iterations in Clarabel. More... | |
std::string | status {} |
The status from Clarabel. More... | |
int iterations {} |
Number of iterations in Clarabel.
double solve_time {} |
The solve time inside Clarabel in seconds.
std::string status {} |
The status from Clarabel.