#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 |
|
real_t |
infeasibility |
|
real_t |
nlp_error |
|
length_t |
iter_count |
|
◆ alpaqa::IpoptAdapter::Sparsity
struct alpaqa::IpoptAdapter::Sparsity |