alpaqa sparse
Nonconvex constrained optimization
Loading...
Searching...
No Matches
solver-driver.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "options.hpp"
4#include "results.hpp"
5#include <functional>
6
8using solver_func_t = std::function<solver_free_func_t>;
10 std::function<solver_func_t(std::string_view, Options &)>;
SolverResults(LoadedProblem &, std::ostream &) solver_free_func_t
std::function< solver_free_func_t > solver_func_t
std::function< solver_func_t(std::string_view, Options &)> solver_builder_func_t