alpaqa 0.0.1
Nonconvex constrained optimization
Namespaces | Functions
CasADiLoader.hpp File Reference
#include <alpaqa/util/problem.hpp>
#include <string>
+ Include dependency graph for CasADiLoader.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  alpaqa
 

Functions

alpaqa::Problem load_CasADi_problem (const std::string &filename, unsigned n=0, unsigned m=0, bool second_order=false)
 Load a problem generated by CasADi (without parameters). More...
 
ProblemWithParam load_CasADi_problem_with_param (const std::string &filename, unsigned n=0, unsigned m=0, unsigned p=0, bool second_order=false)
 Load a problem generated by CasADi (with parameters). More...