Nonconvex constrained optimization
Loading...
Searching...
No Matches
alm-driver.hpp File Reference
Include dependency graph for alm-driver.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class InnerSolver>
auto make_alm_solver (InnerSolver &&inner_solver, Options &opts)
template<class InnerSolver>
auto make_inner_solver (Options &opts)
template<class Solver>
SolverResults run_alm_solver (LoadedProblem &problem, Solver &solver, std::ostream &os, unsigned N_exp)

Function Documentation

◆ make_alm_solver()

template<class InnerSolver>
auto make_alm_solver ( InnerSolver && inner_solver,
Options & opts )

Definition at line 12 of file alm-driver.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ make_inner_solver()

template<class InnerSolver>
auto make_inner_solver ( Options & opts)

Definition at line 28 of file alm-driver.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ run_alm_solver()

template<class Solver>
SolverResults run_alm_solver ( LoadedProblem & problem,
Solver & solver,
std::ostream & os,
unsigned N_exp )

Definition at line 56 of file alm-driver.hpp.

Here is the call graph for this function:
Here is the caller graph for this function: