All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objsepa.cpp
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
38 SCIP_Bool deleteobject; /**< should the cut separator object be deleted when cut separator is freed? */
136 /** solving process initialization method of separator (called when branch and bound process is about to begin) */
153 /** solving process deinitialization method of separator (called before branch and bound process data is freed) */
214 SCIP_Bool deleteobject /**< should the cut separator object be deleted when cut separator is freed? */
228 SCIP_CALL( SCIPincludeSepa(scip, objsepa->scip_name_, objsepa->scip_desc_, objsepa->scip_priority_,
229 objsepa->scip_freq_, objsepa->scip_maxbounddist_, objsepa->scip_usessubscip_, objsepa->scip_delay_,
|