Type for cut generation method with its frequency and string identification. More...
#include <BonLinearCutsGenerator.hpp>

Public Member Functions | |
| CuttingMethod () | |
| CuttingMethod (const CuttingMethod &other) | |
Public Attributes | |
| int | frequency |
| std::string | id |
| CglCutGenerator * | cgl |
| bool | atSolution |
| bool | normal |
Type for cut generation method with its frequency and string identification.
Definition at line 23 of file BonLinearCutsGenerator.hpp.
| Bonmin::LinearCutsGenerator::CuttingMethod::CuttingMethod | ( | ) | [inline] |
Definition at line 30 of file BonLinearCutsGenerator.hpp.
| Bonmin::LinearCutsGenerator::CuttingMethod::CuttingMethod | ( | const CuttingMethod & | other | ) | [inline] |
Definition at line 35 of file BonLinearCutsGenerator.hpp.
Definition at line 25 of file BonLinearCutsGenerator.hpp.
| std::string Bonmin::LinearCutsGenerator::CuttingMethod::id |
Definition at line 26 of file BonLinearCutsGenerator.hpp.
| CglCutGenerator* Bonmin::LinearCutsGenerator::CuttingMethod::cgl |
Definition at line 27 of file BonLinearCutsGenerator.hpp.
Definition at line 28 of file BonLinearCutsGenerator.hpp.
Definition at line 29 of file BonLinearCutsGenerator.hpp.
1.6.1