#include <CbcFeasibilityBase.hpp>
Public Member Functions | |
CbcFeasibilityBase () | |
virtual int | feasible (CbcModel *model, int mode) |
On input mode: 0 - called after a solve but before any cuts -1 - called after strong branching Returns : 0 - no opinion -1 pretend infeasible 1 pretend integer solution. | |
virtual | ~CbcFeasibilityBase () |
CbcFeasibilityBase (const CbcFeasibilityBase &rhs) | |
CbcFeasibilityBase & | operator= (const CbcFeasibilityBase &rhs) |
virtual CbcFeasibilityBase * | clone () const |
Clone. |
|
Definition at line 22 of file CbcFeasibilityBase.hpp. |
|
Definition at line 35 of file CbcFeasibilityBase.hpp. |
|
Definition at line 38 of file CbcFeasibilityBase.hpp. |
|
On input mode: 0 - called after a solve but before any cuts -1 - called after strong branching Returns : 0 - no opinion -1 pretend infeasible 1 pretend integer solution.
Definition at line 33 of file CbcFeasibilityBase.hpp. |
|
Definition at line 42 of file CbcFeasibilityBase.hpp. |
|
Clone.
Definition at line 48 of file CbcFeasibilityBase.hpp. |