The CLP solver details after calling Solve() function.
The user can call MathematicalProgramResult::get_solver_details<ClpSolver>() to obtain the details.
#include <drake/solvers/clp_solver.h>
Public Attributes | |
std::string | clp_version |
The CLP_VERSION from the Clp build. More... | |
int | status {-1} |
Refer to ClpModel::status() function for the meaning of the status code. More... | |
std::string clp_version |
The CLP_VERSION from the Clp build.
int status {-1} |
Refer to ClpModel::status() function for the meaning of the status code.