All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objprop.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
36 * This class defines the interface for propagators implemented in C++. Note that there is a pure virtual
87 unsigned int timingmask, /**< positions in the node solving loop where propagator should be executed */
88 int presolpriority, /**< presolving priority of the propagator (>= 0: before, < 0: after constraint handlers) */
89 int presolmaxrounds, /**< maximal number of presolving rounds the propagator participates in (-1: no limit) */
90 SCIP_Bool presoldelay /**< should presolving be delayed, if other presolvers found reductions? */
153 /** presolving deinitialization method of propagator (called after presolving has been finished)
162 /** solving process initialization method of propagator (called when branch and bound process is about to begin)
171 /** solving process deinitialization method of propagator (called before branch and bound process data is freed)
240 SCIP_Bool deleteobject /**< should the propagator object be deleted when propagator is freed? */
|