All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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_, SCIP_CALL_ABORT, scip_desc_, scip_name_, and SCIPduplicateMemoryArray.
destructor Definition at line 100 of file objsepa.h. References scip_, scip_desc_, scip_name_, and SCIPfreeMemoryArray. 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_DIDNOTRUN, and SCIP_OKAY. Field Documentation
SCIP data structure Definition at line 48 of file objsepa.h. Referenced by ObjSepa(), and ~ObjSepa().
name of the cut separator Definition at line 51 of file objsepa.h. Referenced by ObjSepa(), and ~ObjSepa().
description of the cut separator Definition at line 54 of file objsepa.h. Referenced by ObjSepa(), and ~ObjSepa().
|