|
Cbc
2.9.5
|
#include "CoinParam.hpp"#include "CoinMessageHandler.hpp"#include "CglCutGenerator.hpp"#include "CglProbing.hpp"#include "CglClique.hpp"#include "CglFlowCover.hpp"#include "CglGomory.hpp"#include "CglKnapsackCover.hpp"#include "CglMixedIntegerRounding2.hpp"#include "CglOddHole.hpp"#include "CglRedSplit.hpp"#include "CglTwomir.hpp"#include "CbcModel.hpp"#include "CbcHeuristic.hpp"#include "CbcHeuristicFPump.hpp"#include "CbcHeuristicGreedy.hpp"#include "CbcHeuristicLocal.hpp"#include "CbcTreeLocal.hpp"#include "CbcGenMessages.hpp"
Include dependency graph for CbcGenCtlBlk.hpp:Go to the source code of this file.
Classes | |
| class | CbcGenCtlBlk |
| struct | CbcGenCtlBlk::genParamsInfo_struct |
| Start and end of cbc-generic parameters in parameter vector. More... | |
| struct | CbcGenCtlBlk::cbcParamsInfo_struct |
| Start and end of CbcModel parameters in parameter vector. More... | |
| struct | CbcGenCtlBlk::osiParamsInfo_struct |
| Start and end of OsiSolverInterface parameters in parameter vector. More... | |
| struct | CbcGenCtlBlk::debugSolInfo_struct |
| Array of primal variable values for debugging. More... | |
| struct | CbcGenCtlBlk::babState_struct |
| State of branch-and-cut. More... | |
| struct | CbcGenCtlBlk::djFixCtl_struct |
| Control use of reduced cost fixing prior to B&C. More... | |
| struct | CbcGenCtlBlk::chooseStrongCtl_struct |
| Control variables for a strong branching method. More... | |
Namespaces | |
| CbcGenParamUtils | |
Macros | |
| #define | CBC_GENERIC_VERSION "00.01.00" |
Functions | |
| void | CbcGenParamUtils::addCbcGenParams (int &numParams, CoinParamVec ¶mVec, CbcGenCtlBlk *ctlBlk) |
| #define CBC_GENERIC_VERSION "00.01.00" |
Definition at line 53 of file CbcGenCtlBlk.hpp.
1.8.9.1