All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objheur.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 primal heuristic object be deleted when heuristic is freed? */
137 /** solving process initialization method of primal heuristic (called when branch and bound process is about to begin) */
154 /** solving process deinitialization method of primal heuristic (called before branch and bound process data is freed) */
194 /** creates the primal heuristic for the given primal heuristic object and includes it in SCIP */
198 SCIP_Bool deleteobject /**< should the primal heuristic object be deleted when heuristic is freed? */
212 SCIP_CALL( SCIPincludeHeur(scip, objheur->scip_name_, objheur->scip_desc_, objheur->scip_dispchar_,
|