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