SCIP++ refs/heads/main
 
Loading...
Searching...
No Matches
scippp::params::BENDERS::DEFAULT::BENDERSCUT::INTEGER Namespace Reference

Parameters with prefix benders/default/benderscut/integer. More...

Variables

constexpr Param< bool > ADDCUTS { "benders/default/benderscut/integer/addcuts" }
 should cuts be generated and added to the cutpool instead of global constraints directly added to the problem.
 
constexpr Param< double > CUTSCONSTANT { "benders/default/benderscut/integer/cutsconstant" }
 the constant term of the integer Benders' cuts.
 
constexpr Param< bool > ENABLED { "benders/default/benderscut/integer/enabled" }
 is this Benders' decomposition cut method used to generate cuts?
 
constexpr Param< int > PRIORITY { "benders/default/benderscut/integer/priority" }
 priority of Benders' cut <integer>
 

Detailed Description

Parameters with prefix benders/default/benderscut/integer.

Variable Documentation

◆ ADDCUTS

Param<bool> scippp::params::BENDERS::DEFAULT::BENDERSCUT::INTEGER::ADDCUTS { "benders/default/benderscut/integer/addcuts" }
constexpr

should cuts be generated and added to the cutpool instead of global constraints directly added to the problem.

Definition at line 103 of file parameters.hpp.

◆ CUTSCONSTANT

Param<double> scippp::params::BENDERS::DEFAULT::BENDERSCUT::INTEGER::CUTSCONSTANT { "benders/default/benderscut/integer/cutsconstant" }
constexpr

the constant term of the integer Benders' cuts.

Definition at line 101 of file parameters.hpp.

◆ ENABLED

Param<bool> scippp::params::BENDERS::DEFAULT::BENDERSCUT::INTEGER::ENABLED { "benders/default/benderscut/integer/enabled" }
constexpr

is this Benders' decomposition cut method used to generate cuts?

Definition at line 99 of file parameters.hpp.

◆ PRIORITY

Param<int> scippp::params::BENDERS::DEFAULT::BENDERSCUT::INTEGER::PRIORITY { "benders/default/benderscut/integer/priority" }
constexpr

priority of Benders' cut <integer>

Definition at line 97 of file parameters.hpp.