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

Parameters with prefix decomposition. More...

Variables

constexpr Param< bool > APPLYBENDERS { "decomposition/applybenders" }
 if a decomposition exists, should Benders' decomposition be applied?
 
constexpr Param< bool > BENDERSLABELS { "decomposition/benderslabels" }
 should the variables be labelled for the application of Benders' decomposition?
 
constexpr Param< bool > DISABLEMEASURES { "decomposition/disablemeasures" }
 disable expensive measures
 
constexpr Param< int > MAXGRAPHEDGE { "decomposition/maxgraphedge" }
 maximum number of edges in block graph computation (-1: no limit, 0: disable block graph computation)
 

Detailed Description

Parameters with prefix decomposition.

Variable Documentation

◆ APPLYBENDERS

constexpr Param<bool> scippp::params::DECOMPOSITION::APPLYBENDERS { "decomposition/applybenders" }
constexpr

if a decomposition exists, should Benders' decomposition be applied?

Definition at line 1917 of file parameters.hpp.

◆ BENDERSLABELS

constexpr Param<bool> scippp::params::DECOMPOSITION::BENDERSLABELS { "decomposition/benderslabels" }
constexpr

should the variables be labelled for the application of Benders' decomposition?

Definition at line 1915 of file parameters.hpp.

◆ DISABLEMEASURES

constexpr Param<bool> scippp::params::DECOMPOSITION::DISABLEMEASURES { "decomposition/disablemeasures" }
constexpr

disable expensive measures

Definition at line 1921 of file parameters.hpp.

◆ MAXGRAPHEDGE

constexpr Param<int> scippp::params::DECOMPOSITION::MAXGRAPHEDGE { "decomposition/maxgraphedge" }
constexpr

maximum number of edges in block graph computation (-1: no limit, 0: disable block graph computation)

Definition at line 1919 of file parameters.hpp.