Cbc  2.10.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
CbcGenCtlBlk::localTreeCtl_struct Struct Reference

Control variables for local tree. More...

+ Collaboration diagram for CbcGenCtlBlk::localTreeCtl_struct:

Public Attributes

CGControl action_
 
CbcTreeLocalproto_
 
double * soln_
 
int range_
 
int typeCuts_
 
int maxDiverge_
 
int timeLimit_
 
int nodeLimit_
 
bool refine_
 

Detailed Description

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 956 of file CbcGenCtlBlk.hpp.

Member Data Documentation

CGControl CbcGenCtlBlk::localTreeCtl_struct::action_

Definition at line 957 of file CbcGenCtlBlk.hpp.

CbcTreeLocal* CbcGenCtlBlk::localTreeCtl_struct::proto_

Definition at line 958 of file CbcGenCtlBlk.hpp.

double* CbcGenCtlBlk::localTreeCtl_struct::soln_

Definition at line 959 of file CbcGenCtlBlk.hpp.

int CbcGenCtlBlk::localTreeCtl_struct::range_

Definition at line 960 of file CbcGenCtlBlk.hpp.

int CbcGenCtlBlk::localTreeCtl_struct::typeCuts_

Definition at line 961 of file CbcGenCtlBlk.hpp.

int CbcGenCtlBlk::localTreeCtl_struct::maxDiverge_

Definition at line 962 of file CbcGenCtlBlk.hpp.

int CbcGenCtlBlk::localTreeCtl_struct::timeLimit_

Definition at line 963 of file CbcGenCtlBlk.hpp.

int CbcGenCtlBlk::localTreeCtl_struct::nodeLimit_

Definition at line 964 of file CbcGenCtlBlk.hpp.

bool CbcGenCtlBlk::localTreeCtl_struct::refine_

Definition at line 965 of file CbcGenCtlBlk.hpp.


The documentation for this struct was generated from the following file: