#include <alpaqa/ipopt/ipopt-adapter.hpp>
#include <alpaqa/ipopt/ipopt-enums.hpp>
#include <IpIpoptApplication.hpp>
#include <stdexcept>
#include <string>
#include "results.hpp"
#include "solver-driver.hpp"
Go to the source code of this file.
Functions | |
solver_func_t | make_ipopt_driver (std::string_view direction, Options &opts) |
solver_func_t make_ipopt_driver | ( | std::string_view | direction, |
Options & | opts | ||
) |
Definition at line 118 of file ipopt-driver.cpp.