Parameters with prefix memory. More...
Variables | |
| constexpr Param< double > | ARRAYGROWFAC { "memory/arraygrowfac" } |
| memory growing factor for dynamically allocated arrays | |
| constexpr Param< int > | ARRAYGROWINIT { "memory/arraygrowinit" } |
| initial size of dynamically allocated arrays | |
| constexpr Param< double > | PATHGROWFAC { "memory/pathgrowfac" } |
| memory growing factor for path array | |
| constexpr Param< int > | PATHGROWINIT { "memory/pathgrowinit" } |
| initial size of path array | |
| constexpr Param< double > | SAVEFAC { "memory/savefac" } |
| fraction of maximal memory usage resulting in switch to memory saving mode | |
| constexpr Param< double > | TREEGROWFAC { "memory/treegrowfac" } |
| memory growing factor for tree array | |
| constexpr Param< int > | TREEGROWINIT { "memory/treegrowinit" } |
| initial size of tree array | |
Parameters with prefix memory.
|
constexpr |
memory growing factor for dynamically allocated arrays
Definition at line 5001 of file parameters.hpp.
|
constexpr |
initial size of dynamically allocated arrays
Definition at line 5003 of file parameters.hpp.
|
constexpr |
memory growing factor for path array
Definition at line 5009 of file parameters.hpp.
|
constexpr |
initial size of path array
Definition at line 5011 of file parameters.hpp.
|
constexpr |
fraction of maximal memory usage resulting in switch to memory saving mode
Definition at line 4999 of file parameters.hpp.
|
constexpr |
memory growing factor for tree array
Definition at line 5005 of file parameters.hpp.
|
constexpr |
initial size of tree array
Definition at line 5007 of file parameters.hpp.