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(), SCIPincludeObjSepa(), and ~ObjSepa().
description of the cut separator Definition at line 54 of file objsepa.h. Referenced by ObjSepa(), SCIPincludeObjSepa(), and ~ObjSepa().
default priority of the cut separator Definition at line 57 of file objsepa.h. Referenced by SCIPincludeObjSepa().
frequency for calling separator Definition at line 60 of file objsepa.h. Referenced by SCIPincludeObjSepa().
maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying separation (0.0: only on current best node, 1.0: on all nodes) Definition at line 65 of file objsepa.h. Referenced by SCIPincludeObjSepa().
does the separator use a secondary SCIP instance? Definition at line 68 of file objsepa.h. Referenced by SCIPincludeObjSepa().
should separator be delayed, if other separators found cuts? Definition at line 71 of file objsepa.h. Referenced by SCIPincludeObjSepa(). |