Dip-All
0.91.0
|
Control variables for local tree. More...
Public Attributes | |
CGControl | action_ |
CbcTreeLocal * | proto_ |
double * | soln_ |
int | range_ |
int | typeCuts_ |
int | maxDiverge_ |
int | timeLimit_ |
int | nodeLimit_ |
bool | refine_ |
Control variables for local tree.
This is a bit different — getTreeLocal() takes a CbcModel as a parameter and installs a local tree object. But we can keep the parameters here and hide the details. Consult CbcTreeLocal.hpp for details.
Definition at line 908 of file CbcGenCtlBlk.hpp.
CGControl CbcGenCtlBlk::localTreeCtl_struct::action_ |
Definition at line 909 of file CbcGenCtlBlk.hpp.
Referenced by CbcGenCtlBlk::setTreeLocalAction().
CbcTreeLocal* CbcGenCtlBlk::localTreeCtl_struct::proto_ |
Definition at line 910 of file CbcGenCtlBlk.hpp.
double* CbcGenCtlBlk::localTreeCtl_struct::soln_ |
Definition at line 911 of file CbcGenCtlBlk.hpp.
int CbcGenCtlBlk::localTreeCtl_struct::range_ |
Definition at line 912 of file CbcGenCtlBlk.hpp.
int CbcGenCtlBlk::localTreeCtl_struct::typeCuts_ |
Definition at line 913 of file CbcGenCtlBlk.hpp.
int CbcGenCtlBlk::localTreeCtl_struct::maxDiverge_ |
Definition at line 914 of file CbcGenCtlBlk.hpp.
int CbcGenCtlBlk::localTreeCtl_struct::timeLimit_ |
Definition at line 915 of file CbcGenCtlBlk.hpp.
int CbcGenCtlBlk::localTreeCtl_struct::nodeLimit_ |
Definition at line 916 of file CbcGenCtlBlk.hpp.
bool CbcGenCtlBlk::localTreeCtl_struct::refine_ |
Definition at line 917 of file CbcGenCtlBlk.hpp.