#include <sleqp_interface.hpp>
Definition at line 22 of file sleqp_interface.hpp.

Public Attributes | |
| struct { | |
| SleqpProblem * problem | |
| SleqpVec * primal | |
| SleqpSolver * solver | |
| } | internal |
| double * | xk |
| double * | gk |
| double * | grad_fk |
| double * | jac_gk |
| double * | cb_xk |
| double * | cb_lam_xk |
| double * | cb_lam_gk |
| double * | h_dk |
| double * | h_pk |
| double * | h_mk |
| bool | iteration_callback_ignore_errors |
| const SLEQPInterface * | interface |
| double * casadi::SLEQPMemory::cb_lam_gk |
Definition at line 36 of file sleqp_interface.hpp.
| double * casadi::SLEQPMemory::cb_lam_xk |
Definition at line 36 of file sleqp_interface.hpp.
| double* casadi::SLEQPMemory::cb_xk |
Definition at line 36 of file sleqp_interface.hpp.
| double* casadi::SLEQPMemory::gk |
Definition at line 33 of file sleqp_interface.hpp.
| double * casadi::SLEQPMemory::grad_fk |
Definition at line 33 of file sleqp_interface.hpp.
| double* casadi::SLEQPMemory::h_dk |
Definition at line 39 of file sleqp_interface.hpp.
| double * casadi::SLEQPMemory::h_mk |
Definition at line 39 of file sleqp_interface.hpp.
| double * casadi::SLEQPMemory::h_pk |
Definition at line 39 of file sleqp_interface.hpp.
| const SLEQPInterface* casadi::SLEQPMemory::interface |
Definition at line 43 of file sleqp_interface.hpp.
| struct { ... } casadi::SLEQPMemory::internal |
| bool casadi::SLEQPMemory::iteration_callback_ignore_errors |
Definition at line 41 of file sleqp_interface.hpp.
| double * casadi::SLEQPMemory::jac_gk |
Definition at line 33 of file sleqp_interface.hpp.
| SleqpVec* casadi::SLEQPMemory::primal |
Definition at line 27 of file sleqp_interface.hpp.
| SleqpProblem* casadi::SLEQPMemory::problem |
Definition at line 25 of file sleqp_interface.hpp.
| SleqpSolver* casadi::SLEQPMemory::solver |
Definition at line 28 of file sleqp_interface.hpp.
| double* casadi::SLEQPMemory::xk |
Definition at line 32 of file sleqp_interface.hpp.