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

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

memory growing factor for dynamically allocated arrays

Definition at line 4785 of file parameters.hpp.

◆ ARRAYGROWINIT

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

initial size of dynamically allocated arrays

Definition at line 4787 of file parameters.hpp.

◆ PATHGROWFAC

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

memory growing factor for path array

Definition at line 4793 of file parameters.hpp.

◆ PATHGROWINIT

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

initial size of path array

Definition at line 4795 of file parameters.hpp.

◆ SAVEFAC

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

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

Definition at line 4783 of file parameters.hpp.

◆ TREEGROWFAC

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

memory growing factor for tree array

Definition at line 4789 of file parameters.hpp.

◆ TREEGROWINIT

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

initial size of tree array

Definition at line 4791 of file parameters.hpp.