Nonconvex constrained optimization
Loading...
Searching...
No Matches
ipopt-driver.hpp
Go to the documentation of this file.
1#pragma once
2
5
7
8namespace alpaqa::driver {
9SharedSolverWrapper make_ipopt_driver(std::string_view direction,
10 alpaqa::Options &opts);
11}
SharedSolverWrapper make_ipopt_driver(std::string_view, Options &)
std::shared_ptr< SolverWrapper > SharedSolverWrapper