Bonmin 1.8.9
Loading...
Searching...
No Matches
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:
+ Collaboration diagram for Bonmin::LinearCutsGenerator::CuttingMethod:

Public Member Functions

 CuttingMethod ()
 
 CuttingMethod (const CuttingMethod &other)
 
- Public Member Functions inherited from Coin::ReferencedObject
 ReferencedObject ()
 
virtual ~ReferencedObject ()
 
int ReferenceCount () const
 
void AddRef () const
 
void ReleaseRef () const
 

Public Attributes

int frequency
 
std::string id
 
CglCutGeneratorcgl
 
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

◆ CuttingMethod() [1/2]

Bonmin::LinearCutsGenerator::CuttingMethod::CuttingMethod ( )
inline

Definition at line 30 of file BonLinearCutsGenerator.hpp.

◆ CuttingMethod() [2/2]

Bonmin::LinearCutsGenerator::CuttingMethod::CuttingMethod ( const CuttingMethod & other)
inline

Definition at line 35 of file BonLinearCutsGenerator.hpp.

Member Data Documentation

◆ frequency

int Bonmin::LinearCutsGenerator::CuttingMethod::frequency

Definition at line 25 of file BonLinearCutsGenerator.hpp.

◆ id

std::string Bonmin::LinearCutsGenerator::CuttingMethod::id

Definition at line 26 of file BonLinearCutsGenerator.hpp.

◆ cgl

CglCutGenerator* Bonmin::LinearCutsGenerator::CuttingMethod::cgl

Definition at line 27 of file BonLinearCutsGenerator.hpp.

◆ atSolution

bool Bonmin::LinearCutsGenerator::CuttingMethod::atSolution

Definition at line 28 of file BonLinearCutsGenerator.hpp.

◆ normal

bool Bonmin::LinearCutsGenerator::CuttingMethod::normal

Definition at line 29 of file BonLinearCutsGenerator.hpp.


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