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

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

Variables

constexpr Param< bool > ADDCUTS { "benders/default/benderscut/nogood/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/nogood/enabled" }
 is this Benders' decomposition cut method used to generate cuts?
 
constexpr Param< int > PRIORITY { "benders/default/benderscut/nogood/priority" }
 priority of Benders' cut <nogood>
 

Detailed Description

Parameters with prefix benders/default/benderscut/nogood.

Variable Documentation

◆ ADDCUTS

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

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

Definition at line 107 of file parameters.hpp.

◆ ENABLED

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

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

Definition at line 105 of file parameters.hpp.

◆ PRIORITY

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

priority of Benders' cut <nogood>

Definition at line 103 of file parameters.hpp.