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

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

Variables

constexpr Param< bool > ADDCUTS { "benders/default/benderscut/optimality/addcuts" }
 should cuts be generated and added to the cutpool instead of global constraints directly added to the problem.
 
constexpr Param< bool > ENABLED { "benders/default/benderscut/optimality/enabled" }
 is this Benders' decomposition cut method used to generate cuts?
 
constexpr Param< bool > MIR { "benders/default/benderscut/optimality/mir" }
 should the mixed integer rounding procedure be applied to cuts
 
constexpr Param< int > PRIORITY { "benders/default/benderscut/optimality/priority" }
 priority of Benders' cut <optimality>
 

Detailed Description

Parameters with prefix benders/default/benderscut/optimality.

Variable Documentation

◆ ADDCUTS

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

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

Definition at line 116 of file parameters.hpp.

◆ ENABLED

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

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

Definition at line 114 of file parameters.hpp.

◆ MIR

constexpr Param<bool> scippp::params::BENDERS::DEFAULT::BENDERSCUT::OPTIMALITY::MIR { "benders/default/benderscut/optimality/mir" }
constexpr

should the mixed integer rounding procedure be applied to cuts

Definition at line 118 of file parameters.hpp.

◆ PRIORITY

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

priority of Benders' cut <optimality>

Definition at line 112 of file parameters.hpp.