All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objprop.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 propagator object be deleted when propagator is freed? */
137 /** presolving initialization method of propagator (called when presolving is about to begin) */
154 /** presolving deinitialization method of propagator (called after presolving has been finished) */
171 /** solving process initialization method of propagator (called when branch and bound process is about to begin) */
188 /** solving process deinitialization method of propagator (called before branch and bound process data is freed) */
254 SCIP_CALL( propdata->objprop->scip_resprop(scip, prop, infervar, inferinfo, boundtype, bdchgidx, relaxedbd, result) );
270 SCIP_Bool deleteobject /**< should the propagator object be deleted when propagator is freed? */
286 objprop->scip_timingmask_, objprop->scip_presol_priority_, objprop->scip_presol_maxrounds_, objprop->scip_presol_delay_,
|