|
Dip
0.92.4
|
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 768 of file CbcGenCtlBlk.hpp.
| BACMajor CbcGenCtlBlk::babState_struct::majorStatus_ |
Definition at line 769 of file CbcGenCtlBlk.hpp.
Referenced by CbcGenCtlBlk::setBaBStatus().
| BACMinor CbcGenCtlBlk::babState_struct::minorStatus_ |
Definition at line 770 of file CbcGenCtlBlk.hpp.
Referenced by CbcGenCtlBlk::setBaBStatus().
| BACWhere CbcGenCtlBlk::babState_struct::where_ |
Definition at line 771 of file CbcGenCtlBlk.hpp.
Referenced by CbcGenCtlBlk::setBaBStatus().
| bool CbcGenCtlBlk::babState_struct::haveAnswer_ |
Definition at line 772 of file CbcGenCtlBlk.hpp.
Referenced by CbcGenCtlBlk::setBaBStatus().
| OsiSolverInterface* CbcGenCtlBlk::babState_struct::answerSolver_ |
Definition at line 773 of file CbcGenCtlBlk.hpp.
Referenced by CbcGenCtlBlk::setBaBStatus().
1.8.5