Nonconvex constrained optimization
Loading...
Searching...
No Matches
solver-driver.hpp File Reference
#include <alpaqa/params/options.hpp>
#include <alpaqa/driver/results.hpp>
#include <functional>
#include <memory>
Include dependency graph for solver-driver.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SolverWrapper

Namespaces

namespace  alpaqa
namespace  alpaqa::driver

Typedefs

using solver_free_func_t
using solver_func_t = std::function<solver_free_func_t>
using SharedSolverWrapper = std::shared_ptr<SolverWrapper>
using solver_builder_func