SCIP++ refs/heads/main
 
Loading...
Searching...
No Matches
scippp::params::MEMORY Namespace Reference

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
 

Detailed Description

Parameters with prefix memory.

Variable Documentation

◆ ARRAYGROWFAC

constexpr Param<double> scippp::params::MEMORY::ARRAYGROWFAC { "memory/arraygrowfac" }
constexpr

memory growing factor for dynamically allocated arrays

Definition at line 4382 of file parameters.hpp.

◆ ARRAYGROWINIT

constexpr Param<int> scippp::params::MEMORY::ARRAYGROWINIT { "memory/arraygrowinit" }
constexpr

initial size of dynamically allocated arrays

Definition at line 4384 of file parameters.hpp.

◆ PATHGROWFAC

constexpr Param<double> scippp::params::MEMORY::PATHGROWFAC { "memory/pathgrowfac" }
constexpr

memory growing factor for path array

Definition at line 4390 of file parameters.hpp.

◆ PATHGROWINIT

constexpr Param<int> scippp::params::MEMORY::PATHGROWINIT { "memory/pathgrowinit" }
constexpr

initial size of path array

Definition at line 4392 of file parameters.hpp.

◆ SAVEFAC

constexpr Param<double> scippp::params::MEMORY::SAVEFAC { "memory/savefac" }
constexpr

fraction of maximal memory usage resulting in switch to memory saving mode

Definition at line 4380 of file parameters.hpp.

◆ TREEGROWFAC

constexpr Param<double> scippp::params::MEMORY::TREEGROWFAC { "memory/treegrowfac" }
constexpr

memory growing factor for tree array

Definition at line 4386 of file parameters.hpp.

◆ TREEGROWINIT

constexpr Param<int> scippp::params::MEMORY::TREEGROWINIT { "memory/treegrowinit" }
constexpr

initial size of tree array

Definition at line 4388 of file parameters.hpp.