alpaqa matlab
Nonconvex constrained optimization
Loading...
Searching...
No Matches
qpalm-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
10SharedSolverWrapper make_qpalm_driver(std::string_view direction,
11 Options &opts);
SharedSolverWrapper make_qpalm_driver(std::string_view direction, Options &opts)
std::shared_ptr< SolverWrapper > SharedSolverWrapper