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 ()
 
static void setCopyElisionMinSize (casadi_int sz)
 
static casadi_int getCopyElisionMinSize ()
 

Member Function Documentation

◆ getCasadiIncludePath()

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

Definition at line 90 of file global_options.hpp.

◆ getCasadiPath()

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

Definition at line 87 of file global_options.hpp.

◆ getCopyElisionMinSize()

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

Definition at line 101 of file global_options.hpp.

◆ getHierarchicalSparsity()

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

Definition at line 84 of file global_options.hpp.

◆ getMaxNumDir()

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

Definition at line 93 of file global_options.hpp.

◆ getSimplificationOnTheFly()

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

Definition at line 80 of file global_options.hpp.

◆ setCasadiIncludePath()

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

Definition at line 89 of file global_options.hpp.

◆ setCasadiPath()

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

Definition at line 86 of file global_options.hpp.

◆ setCopyElisionMinSize()

static void casadi::GlobalOptions::setCopyElisionMinSize ( casadi_int  sz)
inlinestatic

Definition at line 95 of file global_options.hpp.

◆ setHierarchicalSparsity()

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

Definition at line 83 of file global_options.hpp.

◆ setMaxNumDir()

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

Definition at line 92 of file global_options.hpp.

◆ setSimplificationOnTheFly()

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

Definition at line 79 of file global_options.hpp.


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