All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
type_heur.h
Go to the documentation of this file.
29 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
79 /** solving process initialization method of primal heuristic (called when branch and bound process is about to begin)
81 * This method is called when the presolving was finished and the branch and bound process is about to begin.
90 /** solving process deinitialization method of primal heuristic (called before branch and bound process data is freed)
116 * - SCIP_DELAYED : the heuristic was skipped, but should be called again as soon as possible, disregarding
119 #define SCIP_DECL_HEUREXEC(x) SCIP_RETCODE x (SCIP* scip, SCIP_HEUR* heur, SCIP_HEURTIMING heurtiming, \
|