#include "BonChooseVariable.hpp"
#include "CouenneObject.hpp"
#include "CouenneChooseStrong.hpp"
#include "CouenneProblem.hpp"
#include "CouenneProblemElem.hpp"
#include "CouenneBranchingObject.hpp"
#include "CouenneRecordBestSol.hpp"
Go to the source code of this file.
Macros | |
#define | FM_SORT_STRONG |
#define | FM_SEC_SORT_USEFUL |
#define | USE_NOT_TRUSTED |
Functions | |
void | eliminateIntegerObjects (OsiSolverInterface *model) |
void | eliminateIntegerObjects (CbcModel *model) |
Variables | |
const CouNumber | estProdEps = 1e-6 |
#define FM_SORT_STRONG |
Definition at line 23 of file CouenneChooseStrong.cpp.
#define FM_SEC_SORT_USEFUL |
Definition at line 24 of file CouenneChooseStrong.cpp.
#define USE_NOT_TRUSTED |
Definition at line 25 of file CouenneChooseStrong.cpp.
void eliminateIntegerObjects | ( | OsiSolverInterface * | model | ) |
Definition at line 598 of file CouenneChooseVariable.cpp.
void eliminateIntegerObjects | ( | CbcModel * | model | ) |
Definition at line 599 of file CouenneChooseVariable.cpp.
const CouNumber estProdEps = 1e-6 |
Definition at line 36 of file CouenneChooseStrong.cpp.