List of all members | Static Public Member Functions
casadi::GlobalOptions Class Reference

Collects global CasADi options. More...

#include <global_options.hpp>

Detailed Description

Note to developers:

Definition at line 48 of file global_options.hpp.

Static Public Member Functions

static void setSimplificationOnTheFly (bool flag)
 
static bool getSimplificationOnTheFly ()
 
static void setHierarchicalSparsity (bool flag)
 
static bool getHierarchicalSparsity ()
 
static void setCasadiPath (const std::string &path)
 
static std::string getCasadiPath ()
 
static void setCasadiIncludePath (const std::string &path)
 
static std::string getCasadiIncludePath ()
 
static void setMaxNumDir (casadi_int ndir)
 
static casadi_int getMaxNumDir ()
 

Member Function Documentation

◆ getCasadiIncludePath()

static std::string casadi::GlobalOptions::getCasadiIncludePath ( )
inlinestatic

Definition at line 88 of file global_options.hpp.

◆ getCasadiPath()

static std::string casadi::GlobalOptions::getCasadiPath ( )
inlinestatic

Definition at line 85 of file global_options.hpp.

◆ getHierarchicalSparsity()

static bool casadi::GlobalOptions::getHierarchicalSparsity ( )
inlinestatic

Definition at line 82 of file global_options.hpp.

◆ getMaxNumDir()

static casadi_int casadi::GlobalOptions::getMaxNumDir ( )
inlinestatic

Definition at line 91 of file global_options.hpp.

◆ getSimplificationOnTheFly()

static bool casadi::GlobalOptions::getSimplificationOnTheFly ( )
inlinestatic

Definition at line 78 of file global_options.hpp.

◆ setCasadiIncludePath()

static void casadi::GlobalOptions::setCasadiIncludePath ( const std::string &  path)
inlinestatic

Definition at line 87 of file global_options.hpp.

◆ setCasadiPath()

static void casadi::GlobalOptions::setCasadiPath ( const std::string &  path)
inlinestatic

Definition at line 84 of file global_options.hpp.

◆ setHierarchicalSparsity()

static void casadi::GlobalOptions::setHierarchicalSparsity ( bool  flag)
inlinestatic

Definition at line 81 of file global_options.hpp.

◆ setMaxNumDir()

static void casadi::GlobalOptions::setMaxNumDir ( casadi_int  ndir)
inlinestatic

Definition at line 90 of file global_options.hpp.

◆ setSimplificationOnTheFly()

static void casadi::GlobalOptions::setSimplificationOnTheFly ( bool  flag)
inlinestatic

Definition at line 77 of file global_options.hpp.


The documentation for this class was generated from the following file: