alpaqa 1.0.0a10
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
10solver_func_t make_panoc_driver(std::string_view direction, Options &opts);
11solver_func_t make_zerofpr_driver(std::string_view direction, Options &opts);
solver_func_t make_panoc_driver(std::string_view direction, Options &opts)
solver_func_t make_zerofpr_driver(std::string_view direction, Options &opts)
std::function< solver_free_func_t > solver_func_t