#include "BonCbcLpStrategy.hpp"
#include "CglGomory.hpp"
#include "CglProbing.hpp"
#include "CglKnapsackCover.hpp"
#include "CglOddHole.hpp"
#include "CglClique.hpp"
#include "CglFlowCover.hpp"
#include "CglMixedIntegerRounding2.hpp"
#include "CglTwomir.hpp"
#include "CglPreProcess.hpp"
#include "CbcCutGenerator.hpp"
#include "CbcCompareActual.hpp"
#include "CbcBranchActual.hpp"
Go to the source code of this file.
|
| Bonmin |
| Define an n-way class for variables.
|
|
|
#define | ADD_CG(model, gen, setting, name) model.addCutGenerator(&gen,setting, name) |
|
|
template<class X > |
bool | Bonmin::has_cg (CbcModel &model, const X &gen) |
|
#define ADD_CG |
( |
|
model, |
|
|
|
gen, |
|
|
|
setting, |
|
|
|
name |
|
) |
| model.addCutGenerator(&gen,setting, name) |