alpaqa
1.0.0a10
Nonconvex constrained optimization
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
i
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
i
m
n
o
p
r
s
t
u
w
Variables
Typedefs
c
d
f
i
l
m
p
r
t
u
v
Enumerations
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
û
α
γ
δ
ε
λ
ρ
σ
τ
φ
ψ
ϵ
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
û
α
ρ
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
α
γ
δ
ε
λ
ρ
σ
τ
φ
ψ
ϵ
Typedefs
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
v
w
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
a
c
d
e
f
g
l
m
p
r
s
t
u
w
Functions
a
c
d
e
f
g
l
m
p
r
s
t
w
Typedefs
Macros
a
c
e
p
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
src
alpaqa
src
driver
solver-driver.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
options.hpp
"
4
#include "
results.hpp
"
5
#include <functional>
6
7
using
solver_free_func_t
=
SolverResults
(
LoadedProblem
&, std::ostream &);
8
using
solver_func_t
= std::function<solver_free_func_t>;
9
using
solver_builder_func_t
=
10
std::function<
solver_func_t
(std::string_view,
Options
&)>;
Options
Definition:
options.hpp:10
options.hpp
LoadedProblem
Definition:
problem.hpp:13
results.hpp
solver_free_func_t
SolverResults(LoadedProblem &, std::ostream &) solver_free_func_t
Definition:
solver-driver.hpp:7
solver_func_t
std::function< solver_free_func_t > solver_func_t
Definition:
solver-driver.hpp:8
solver_builder_func_t
std::function< solver_func_t(std::string_view, Options &)> solver_builder_func_t
Definition:
solver-driver.hpp:10
SolverResults
Definition:
results.hpp:20
Generated by
1.9.6