Go to the source code of this file.
Typedefs | |
using | solver_free_func_t = SolverResults(LoadedProblem &, std::ostream &) |
using | solver_func_t = std::function< solver_free_func_t > |
using | solver_builder_func_t = std::function< solver_func_t(std::string_view, Options &)> |
using solver_free_func_t = SolverResults(LoadedProblem &, std::ostream &) |
Definition at line 7 of file solver-driver.hpp.
using solver_func_t = std::function<solver_free_func_t> |
Definition at line 8 of file solver-driver.hpp.
using solver_builder_func_t = std::function<solver_func_t(std::string_view, Options &)> |
Definition at line 9 of file solver-driver.hpp.