type_heur.h
Go to the documentation of this file.
29 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
45 #define SCIP_DIVETYPE_INTEGRALITY 0x001u /**< use branching on a variable by shrinking the domain in the child nodes */
46 #define SCIP_DIVETYPE_SOS1VARIABLE 0x002u /**< branch on a variable solution value by exploiting special-ordered set conflict structure */
53 typedef struct SCIP_VGraph SCIP_VGRAPH; /**< variable graph data structure to determine breadth-first
88 /** solving process initialization method of primal heuristic (called when branch and bound process is about to begin)
90 * This method is called when the presolving was finished and the branch and bound process is about to begin.
99 /** solving process deinitialization method of primal heuristic (called before branch and bound process data is freed)
125 * - SCIP_DELAYED : the heuristic was skipped, but should be called again as soon as possible, disregarding
128 #define SCIP_DECL_HEUREXEC(x) SCIP_RETCODE x (SCIP* scip, SCIP_HEUR* heur, SCIP_HEURTIMING heurtiming, \
134 /** calculate score and preferred rounding direction for the candidate variable; the best candidate maximizes the
150 SCIP_DIVETYPE divetype, SCIP_VAR* cand, SCIP_Real candsol, SCIP_Real candsfrac, SCIP_Real* score, SCIP_Bool* roundup)
timing definitions for SCIP
type definitions for SCIP's main datastructure
Definition: struct_heur.h:79
Definition: struct_heur.h:37
Definition: struct_heur.h:115
result codes for SCIP callback methods
common defines and data types used in all packages of SCIP