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

Parameters with prefix history. More...

Variables

constexpr Param< bool > ALLOWMERGE { "history/allowmerge" }
 should variable histories be merged from sub-SCIPs whenever possible?
 
constexpr Param< bool > ALLOWTRANSFER { "history/allowtransfer" }
 should variable histories be transferred to initialize SCIP copies?
 
constexpr Param< bool > VALUEBASED { "history/valuebased" }
 should statistics be collected for variable domain value pairs?
 

Detailed Description

Parameters with prefix history.

Variable Documentation

◆ ALLOWMERGE

constexpr Param<bool> scippp::params::HISTORY::ALLOWMERGE { "history/allowmerge" }
constexpr

should variable histories be merged from sub-SCIPs whenever possible?

Definition at line 4254 of file parameters.hpp.

◆ ALLOWTRANSFER

constexpr Param<bool> scippp::params::HISTORY::ALLOWTRANSFER { "history/allowtransfer" }
constexpr

should variable histories be transferred to initialize SCIP copies?

Definition at line 4256 of file parameters.hpp.

◆ VALUEBASED

constexpr Param<bool> scippp::params::HISTORY::VALUEBASED { "history/valuebased" }
constexpr

should statistics be collected for variable domain value pairs?

Definition at line 4252 of file parameters.hpp.