alpaqa 1.0.0a14
Nonconvex constrained optimization
Loading...
Searching...
No Matches
panoc-driver.hpp
Go to the documentation of this file.
1#pragma once
2
4
5#include "options.hpp"
6#include "problem.hpp"
7#include "results.hpp"
8#include "solver-driver.hpp"
9
10SharedSolverWrapper make_panoc_driver(std::string_view direction,
11 Options &opts);
12SharedSolverWrapper make_zerofpr_driver(std::string_view direction,
13 Options &opts);
SharedSolverWrapper make_zerofpr_driver(std::string_view direction, Options &opts)
SharedSolverWrapper make_panoc_driver(std::string_view direction, Options &opts)
std::shared_ptr< SolverWrapper > SharedSolverWrapper