State of branch-and-cut. More...
#include <CbcGenCtlBlk.hpp>
Public Attributes | |
BACMajor | majorStatus_ |
BACMinor | minorStatus_ |
BACWhere | where_ |
bool | haveAnswer_ |
OsiSolverInterface * | answerSolver_ |
State of branch-and-cut.
Major and minor status codes, and a solver holding the answer, assuming we have a valid answer. See the documentation with the BACMajor, BACMinor, and BACWhere enums for the meaning of the codes.
Definition at line 713 of file CbcGenCtlBlk.hpp.
Definition at line 714 of file CbcGenCtlBlk.hpp.
Definition at line 715 of file CbcGenCtlBlk.hpp.
Definition at line 716 of file CbcGenCtlBlk.hpp.
Definition at line 717 of file CbcGenCtlBlk.hpp.
OsiSolverInterface* CbcGenCtlBlk::babState_struct::answerSolver_ |
Definition at line 718 of file CbcGenCtlBlk.hpp.