Public Member Functions | Public Attributes | List of all members
Bonmin::LinearCutsGenerator::CuttingMethod Struct Reference

Type for cut generation method with its frequency and string identification. More...

#include <BonLinearCutsGenerator.hpp>

Inheritance diagram for Bonmin::LinearCutsGenerator::CuttingMethod:
Inheritance graph
[legend]
Collaboration diagram for Bonmin::LinearCutsGenerator::CuttingMethod:
Collaboration graph
[legend]

Public Member Functions

 CuttingMethod ()
 
 CuttingMethod (const CuttingMethod &other)
 

Public Attributes

int frequency
 
std::string id
 
CglCutGenerator * cgl
 
bool atSolution
 
bool normal
 

Detailed Description

Type for cut generation method with its frequency and string identification.

Definition at line 23 of file BonLinearCutsGenerator.hpp.

Constructor & Destructor Documentation

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.

Member Data Documentation

int Bonmin::LinearCutsGenerator::CuttingMethod::frequency

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.

bool Bonmin::LinearCutsGenerator::CuttingMethod::atSolution

Definition at line 28 of file BonLinearCutsGenerator.hpp.

bool Bonmin::LinearCutsGenerator::CuttingMethod::normal

Definition at line 29 of file BonLinearCutsGenerator.hpp.


The documentation for this struct was generated from the following file: