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