#include <alpaqa/ipopt-adapter-export.h>
#include <alpaqa/problem/type-erased-problem.hpp>
#include <IpTNLP.hpp>
Go to the source code of this file.
◆ alpaqa::IpoptAdapter::Results
struct alpaqa::IpoptAdapter::Results |
Class Members |
SolverReturn |
status = Ipopt::SolverReturn::UNASSIGNED |
|
vec |
solution_x |
|
vec |
solution_z_L |
|
vec |
solution_z_U |
|
vec |
solution_y |
|
vec |
solution_g |
|
real_t |
solution_f = NaN<config_t> |
|
real_t |
infeasibility = NaN<config_t> |
|
real_t |
nlp_error = NaN<config_t> |
|
length_t |
iter_count = 0 |
|
◆ alpaqa::IpoptAdapter::Sparsity
struct alpaqa::IpoptAdapter::Sparsity |