scip::ObjSepa Class Reference Detailed DescriptionC++ wrapper for cut separators. This class defines the interface for cut separators implemented in C++.
Constructor & Destructor Documentation
default constructor
Definition at line 74 of file objsepa.h. References SCIP_CALL_ABORT, and SCIPduplicateMemoryArray.
Member Function Documentation
destructor of cut separator to free user data (called when SCIP is exiting)
Definition at line 112 of file objsepa.h. References SCIP_OKAY.
initialization method of cut separator (called after problem was transformed)
Definition at line 121 of file objsepa.h. References SCIP_OKAY.
deinitialization method of cut separator (called before transformed problem is freed)
Definition at line 130 of file objsepa.h. References SCIP_OKAY.
solving process initialization method of separator (called when branch and bound process is about to begin)
Definition at line 139 of file objsepa.h. References SCIP_OKAY.
solving process deinitialization method of separator (called before branch and bound process data is freed)
Definition at line 148 of file objsepa.h. References SCIP_OKAY.
LP solution separation method of separator
Definition at line 157 of file objsepa.h. References NULL, SCIP_DIDNOTRUN, and SCIP_OKAY.
arbitrary primal solution separation method of separator
Definition at line 168 of file objsepa.h. References NULL, SCIP_Bool, SCIP_DIDNOTRUN, SCIP_OKAY, SCIPfindObjSepa(), SCIPgetObjSepa(), and SCIPincludeObjSepa(). Field Documentation
|