alpaqa no-casadi-dep
Nonconvex constrained optimization
Loading...
Searching...
No Matches
CompleteCasADiProblem.hpp
Go to the documentation of this file.
1#include <alpaqa/casadi-loader-export.h>
4
5namespace alpaqa::inline ALPAQA_CASADI_LOADER_NAMESPACE::casadi_loader {
6
7/// Convert the map of strings to a map of CasADi functions.
8CasADiFunctions CASADI_LOADER_EXPORT
9deserialize_problem(const SerializedCasADiFunctions &functions);
10
11/// Complete the given problem that contains only functions f and g, adding the
12/// necessary functions and gradients so that it can be used with
13/// @ref CasADiProblem.
14void CASADI_LOADER_EXPORT complete_problem(CasADiFunctions &functions);
15
16} // namespace alpaqa::inline ALPAQA_CASADI_LOADER_NAMESPACE::casadi_loader
#define ALPAQA_CASADI_LOADER_NAMESPACE
constexpr const auto inf
Definition config.hpp:112
CasADiFunctions deserialize_problem(const SerializedCasADiFunctions &functions)
Convert the map of strings to a map of CasADi functions.
void complete_problem(CasADiFunctions &functions)
Complete the given problem that contains only functions f and g, adding the necessary functions and g...