All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Prop Struct Reference Detailed Descriptionpropagators data Definition at line 36 of file struct_prop.h.
Member Function Documentation
copy method of propagator or NULL if you don't want to copy your plugin into sub-SCIPs
destructor of propagator
initialize propagator
deinitialize propagator
presolving initialization method of propagator
presolving deinitialization method of propagator
solving process initialization method of propagator
solving process deinitialization method of propagator
presolving method of propagator
execution method of propagator
propagation conflict resolving method Field Documentation
number of times, this propagator was called Definition at line 38 of file struct_prop.h. Referenced by SCIPpropExec(), SCIPpropGetNCalls(), and SCIPpropInit().
number of times, the resolve propagation was called Definition at line 39 of file struct_prop.h. Referenced by SCIPpropGetNRespropCalls(), SCIPpropInit(), and SCIPpropResolvePropagation().
number of cutoffs found so far by this propagator Definition at line 40 of file struct_prop.h. Referenced by SCIPpropExec(), SCIPpropGetNCutoffs(), and SCIPpropInit().
number of domain reductions found so far by this propagator Definition at line 41 of file struct_prop.h. Referenced by SCIPpropExec(), SCIPpropGetNDomredsFound(), and SCIPpropInit().
name of propagator Definition at line 42 of file struct_prop.h. Referenced by SCIPpropExec(), SCIPpropExit(), SCIPpropGetName(), SCIPpropInit(), SCIPpropPresol(), and SCIPpropResolvePropagation().
description of propagator Definition at line 43 of file struct_prop.h. Referenced by SCIPpropGetDesc().
propagators local data Definition at line 55 of file struct_prop.h. Referenced by SCIPpropGetData(), and SCIPpropSetData().
time spend for setting up this propagator for the next stages Definition at line 56 of file struct_prop.h. Referenced by SCIPpropExit(), SCIPpropExitpre(), SCIPpropExitsol(), SCIPpropGetSetupTime(), SCIPpropInit(), SCIPpropInitpre(), and SCIPpropInitsol().
time used for propagation of this propagator Definition at line 57 of file struct_prop.h. Referenced by SCIPpropExec(), SCIPpropGetTime(), and SCIPpropInit().
time used for propagation of this propagator during strong branching Definition at line 58 of file struct_prop.h. Referenced by SCIPpropExec(), SCIPpropGetStrongBranchPropTime(), and SCIPpropInit().
time used for resolve propagation of this propagator Definition at line 59 of file struct_prop.h. Referenced by SCIPpropGetRespropTime(), SCIPpropInit(), and SCIPpropResolvePropagation().
time used for presolving of this propagator Definition at line 60 of file struct_prop.h. Referenced by SCIPpropGetPresolTime(), SCIPpropInit(), and SCIPpropPresol().
priority of the propagator for propagation Definition at line 61 of file struct_prop.h. Referenced by SCIPpropGetPriority(), and SCIPpropSetPriority().
frequency for calling propagator Definition at line 62 of file struct_prop.h. Referenced by SCIPpropExec(), SCIPpropGetFreq(), and SCIPpropSetFreq().
positions in the node solving loop where propagator should be executed Definition at line 63 of file struct_prop.h. Referenced by SCIPpropGetTimingmask().
priority of the presolving of the propagator Definition at line 64 of file struct_prop.h. Referenced by SCIPpropGetPresolPriority(), SCIPpropSetPresol(), and SCIPpropSetPresolPriority().
maximal number of presolving rounds the constraint handler participates in (-1: no limit) Definition at line 65 of file struct_prop.h. Referenced by SCIPpropPresol(), and SCIPpropSetPresol().
number of variables fixed before the last call to the propagator Definition at line 66 of file struct_prop.h. Referenced by SCIPpropInit(), SCIPpropInitpre(), and SCIPpropPresol().
number of variables aggregated in presolving before the last call to the propagator Definition at line 67 of file struct_prop.h. Referenced by SCIPpropInit(), SCIPpropInitpre(), and SCIPpropPresol().
number of variable type changes in presolving before the last call to the propagator Definition at line 68 of file struct_prop.h. Referenced by SCIPpropInit(), SCIPpropInitpre(), and SCIPpropPresol().
number of variable bounds tightened in presolving before the last call to the propagator Definition at line 69 of file struct_prop.h. Referenced by SCIPpropInit(), SCIPpropInitpre(), and SCIPpropPresol().
number of domain holes added in presolving before the last call to the propagator Definition at line 70 of file struct_prop.h. Referenced by SCIPpropInit(), SCIPpropInitpre(), and SCIPpropPresol().
number of deleted constraints in presolving before the last call to the propagator Definition at line 71 of file struct_prop.h. Referenced by SCIPpropInit(), SCIPpropInitpre(), and SCIPpropPresol().
number of added constraints in presolving before the last call to the propagator Definition at line 72 of file struct_prop.h. Referenced by SCIPpropInit(), SCIPpropInitpre(), and SCIPpropPresol().
number of upgraded constraints in presolving before the last call to the propagator Definition at line 73 of file struct_prop.h. Referenced by SCIPpropInit(), SCIPpropInitpre(), and SCIPpropPresol().
number of changed coefficients in presolving before the last call to the propagator Definition at line 74 of file struct_prop.h. Referenced by SCIPpropInit(), SCIPpropInitpre(), and SCIPpropPresol().
number of changed left or right hand sides in presolving before the last call to the propagator Definition at line 75 of file struct_prop.h. Referenced by SCIPpropInit(), SCIPpropInitpre(), and SCIPpropPresol().
total number of variables fixed by this propagator in presolving Definition at line 76 of file struct_prop.h. Referenced by SCIPpropGetNFixedVars(), SCIPpropInit(), and SCIPpropPresol().
total number of variables aggregated by this propagator in presolving Definition at line 77 of file struct_prop.h. Referenced by SCIPpropGetNAggrVars(), SCIPpropInit(), and SCIPpropPresol().
total number of variable type changes by this propagator in presolving Definition at line 78 of file struct_prop.h. Referenced by SCIPpropGetNChgVarTypes(), SCIPpropInit(), and SCIPpropPresol().
total number of variable bounds tightened by this propagator in presolving Definition at line 79 of file struct_prop.h. Referenced by SCIPpropGetNChgBds(), SCIPpropInit(), and SCIPpropPresol().
total number of domain holes added by this propagator in presolving Definition at line 80 of file struct_prop.h. Referenced by SCIPpropGetNAddHoles(), SCIPpropInit(), and SCIPpropPresol().
total number of deleted constraints by this propagator in presolving Definition at line 81 of file struct_prop.h. Referenced by SCIPpropGetNDelConss(), SCIPpropInit(), and SCIPpropPresol().
total number of added constraints by this propagator in presolving Definition at line 82 of file struct_prop.h. Referenced by SCIPpropGetNAddConss(), SCIPpropInit(), and SCIPpropPresol().
total number of upgraded constraints by this propagator in presolving Definition at line 83 of file struct_prop.h. Referenced by SCIPpropGetNUpgdConss(), SCIPpropInit(), and SCIPpropPresol().
total number of changed coefficients by this propagator in presolving Definition at line 84 of file struct_prop.h. Referenced by SCIPpropGetNChgCoefs(), SCIPpropInit(), and SCIPpropPresol().
total number of changed left or right hand sides by this propagator in presolving Definition at line 85 of file struct_prop.h. Referenced by SCIPpropGetNChgSides(), SCIPpropInit(), and SCIPpropPresol().
number of times the propagator was called in presolving and tried to find reductions Definition at line 86 of file struct_prop.h. Referenced by SCIPpropGetNPresolCalls(), SCIPpropInit(), and SCIPpropPresol().
should presolving method of propagator be delayed, if other presolvers found reductions? Definition at line 87 of file struct_prop.h. Referenced by SCIPpropIsPresolDelayed(), SCIPpropPresol(), and SCIPpropSetPresol().
was the presolving method of the propagator delayed at the last call? Definition at line 88 of file struct_prop.h. Referenced by SCIPpropInit(), SCIPpropInitpre(), SCIPpropPresol(), and SCIPpropWasPresolDelayed().
should propagator be delayed, if other propagators found reductions? Definition at line 89 of file struct_prop.h. Referenced by SCIPpropExec(), and SCIPpropIsDelayed().
was the propagator delayed at the last call? Definition at line 90 of file struct_prop.h. Referenced by SCIPpropExec(), SCIPpropInit(), SCIPpropInitpre(), and SCIPpropWasDelayed().
is propagator initialized? Definition at line 91 of file struct_prop.h. Referenced by SCIPpropExit(), SCIPpropInit(), and SCIPpropIsInitialized(). |