#include <alpaqa/ipopt-adapter-export.h>
#include <alpaqa/problem/sparsity-conversions.hpp>
#include <alpaqa/problem/sparsity.hpp>
#include <alpaqa/problem/type-erased-problem.hpp>
#include <IpTNLP.hpp>
Go to the source code of this file.
Classes | |
class | IpoptAdapter |
Based on https://coin-or.github.io/Ipopt/INTERFACES.html. More... | |
struct | IpoptAdapter::Results |
Namespaces | |
namespace | alpaqa |
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 |