![]() |
Sleipnir C++ API
|
#include <sleipnir/optimization/solver/iteration_info.hpp>
Public Attributes | |
int | iteration |
The solver iteration. | |
const Eigen::VectorXd & | x |
The decision variables. | |
const Eigen::VectorXd & | s |
The inequality constraint slack variables. | |
const Eigen::SparseVector< double > & | g |
The gradient of the cost function. | |
const Eigen::SparseMatrix< double > & | H |
The Hessian of the Lagrangian. | |
const Eigen::SparseMatrix< double > & | A_e |
The equality constraint Jacobian. | |
const Eigen::SparseMatrix< double > & | A_i |
The inequality constraint Jacobian. | |
Solver iteration information exposed to a user callback.