alpaqa 1.0.0a10
Nonconvex constrained optimization
Loading...
Searching...
No Matches
lbfgsb-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_lbfgsb_driver(std::string_view direction, Options &opts);
solver_func_t make_lbfgsb_driver(std::string_view direction, Options &opts)
std::function< solver_free_func_t > solver_func_t