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 4785 of file parameters.hpp.
|
constexpr |
initial size of dynamically allocated arrays
Definition at line 4787 of file parameters.hpp.
|
constexpr |
memory growing factor for path array
Definition at line 4793 of file parameters.hpp.
|
constexpr |
initial size of path array
Definition at line 4795 of file parameters.hpp.
|
constexpr |
fraction of maximal memory usage resulting in switch to memory saving mode
Definition at line 4783 of file parameters.hpp.
|
constexpr |
memory growing factor for tree array
Definition at line 4789 of file parameters.hpp.
|
constexpr |
initial size of tree array
Definition at line 4791 of file parameters.hpp.