Go to the source code of this file.
Classes | |
class | Bonmin::CutStrengthener |
Class for strengthening OA cuts, and generating additional ones. More... | |
class | Bonmin::CutStrengthener::StrengtheningTNLP |
Class implementing the TNLP for strengthening one cut. More... | |
Namespaces | |
Bonmin | |
Define an n-way class for variables. | |
Enumerations | |
enum | Bonmin::CutStrengtheningType { Bonmin::CS_None =0, Bonmin::CS_StrengthenedGlobal =1, Bonmin::CS_UnstrengthenedGlobal_StrengthenedLocal =2, Bonmin::CS_StrengthenedGlobal_StrengthenedLocal =3 } |
enum | Bonmin::DisjunctiveCutType { Bonmin::DC_None =0, Bonmin::DC_MostFractional =1 } |