Collects global CasADi options.
More...
#include <global_options.hpp>
Note to developers:
- use sparingly. Global options are - in general - a rather bad idea
- this class must never be instantiated. Access its static members directly
- Author
- Joris Gillis
- Date
- 2012
Extra doc: https://github.com/casadi/casadi/wiki/L_23m
Definition at line 48 of file global_options.hpp.
◆ getCasadiIncludePath()
static std::string casadi::GlobalOptions::getCasadiIncludePath |
( |
| ) |
|
|
inlinestatic |
◆ getCasadiPath()
static std::string casadi::GlobalOptions::getCasadiPath |
( |
| ) |
|
|
inlinestatic |
◆ getHierarchicalSparsity()
static bool casadi::GlobalOptions::getHierarchicalSparsity |
( |
| ) |
|
|
inlinestatic |
◆ getMaxNumDir()
static casadi_int casadi::GlobalOptions::getMaxNumDir |
( |
| ) |
|
|
inlinestatic |
◆ getSimplificationOnTheFly()
static bool casadi::GlobalOptions::getSimplificationOnTheFly |
( |
| ) |
|
|
inlinestatic |
◆ setCasadiIncludePath()
static void casadi::GlobalOptions::setCasadiIncludePath |
( |
const std::string & |
path | ) |
|
|
inlinestatic |
◆ setCasadiPath()
static void casadi::GlobalOptions::setCasadiPath |
( |
const std::string & |
path | ) |
|
|
inlinestatic |
◆ setHierarchicalSparsity()
static void casadi::GlobalOptions::setHierarchicalSparsity |
( |
bool |
flag | ) |
|
|
inlinestatic |
◆ setMaxNumDir()
static void casadi::GlobalOptions::setMaxNumDir |
( |
casadi_int |
ndir | ) |
|
|
inlinestatic |
◆ setSimplificationOnTheFly()
static void casadi::GlobalOptions::setSimplificationOnTheFly |
( |
bool |
flag | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: