Control variables for a strong branching method. More...
#include <CbcGenCtlBlk.hpp>
Public Attributes | |
int | numBeforeTrust_ |
int | numStrong_ |
int | shadowPriceMode_ |
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 760 of file CbcGenCtlBlk.hpp.
Definition at line 761 of file CbcGenCtlBlk.hpp.
Definition at line 762 of file CbcGenCtlBlk.hpp.
Definition at line 763 of file CbcGenCtlBlk.hpp.