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

Parameters with prefix benders. More...

Namespaces

namespace  DEFAULT
 Parameters with prefix benders/default.
 

Variables

constexpr Param< bool > COPYBENDERS { "benders/copybenders" }
 should Benders' decomposition be copied for use in sub-SCIPs?
 
constexpr Param< bool > CUTLPSOL { "benders/cutlpsol" }
 should Benders' cuts be generated from the solution to the LP relaxation?
 
constexpr Param< double > SOLUTIONTOL { "benders/solutiontol" }
 the tolerance used for checking optimality in Benders' decomposition.
 

Detailed Description

Parameters with prefix benders.

Variable Documentation

◆ COPYBENDERS

constexpr Param<bool> scippp::params::BENDERS::COPYBENDERS { "benders/copybenders" }
constexpr

should Benders' decomposition be copied for use in sub-SCIPs?

Definition at line 19 of file parameters.hpp.

◆ CUTLPSOL

constexpr Param<bool> scippp::params::BENDERS::CUTLPSOL { "benders/cutlpsol" }
constexpr

should Benders' cuts be generated from the solution to the LP relaxation?

Definition at line 17 of file parameters.hpp.

◆ SOLUTIONTOL

constexpr Param<double> scippp::params::BENDERS::SOLUTIONTOL { "benders/solutiontol" }
constexpr

the tolerance used for checking optimality in Benders' decomposition.

tol where optimality is given by LB + tol > UB.

Definition at line 15 of file parameters.hpp.