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.   | |
Parameters with prefix benders.
      
  | 
  constexpr | 
should Benders' decomposition be copied for use in sub-SCIPs?
Definition at line 22 of file parameters.hpp.
      
  | 
  constexpr | 
should Benders' cuts be generated from the solution to the LP relaxation?
Definition at line 20 of file parameters.hpp.
      
  | 
  constexpr | 
the tolerance used for checking optimality in Benders' decomposition.
tol where optimality is given by LB + tol > UB.
Definition at line 18 of file parameters.hpp.