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

Control variables for a strong branching method. More...

#include <CbcGenCtlBlk.hpp>

Public Attributes

int numBeforeTrust_
 
int numStrong_
 
int shadowPriceMode_
 

Detailed Description

Control variables for a strong branching method.

Consult OsiChooseVariable and CbcModel for details. An artifact of the changeover from CbcObjects to OsiObjects is that the number of uses before pseudo costs are trusted (numBeforeTrust_) and the number of variables evaluated with strong branching (numStrong_) are parameters of CbcModel.

Definition at line 815 of file CbcGenCtlBlk.hpp.

Member Data Documentation

int CbcGenCtlBlk::chooseStrongCtl_struct::numBeforeTrust_

Definition at line 816 of file CbcGenCtlBlk.hpp.

int CbcGenCtlBlk::chooseStrongCtl_struct::numStrong_

Definition at line 817 of file CbcGenCtlBlk.hpp.

int CbcGenCtlBlk::chooseStrongCtl_struct::shadowPriceMode_

Definition at line 818 of file CbcGenCtlBlk.hpp.


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