All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Presol Struct Reference Detailed Descriptionpresolver Definition at line 36 of file struct_presol.h.
Member Function Documentation
copy method of presolver or NULL if you don't want to copy your plugin into sub-SCIPs
destructor of presolver to free user data (called when SCIP is exiting)
initialization method of presolver (called after problem was transformed)
deinitialization method of presolver (called before transformed problem is freed)
presolving initialization method of presolver (called when presolving is about to begin)
presolving deinitialization method of presolver (called after presolving has been finished)
execution method of presolver Field Documentation
name of presolver Definition at line 38 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolExit(), SCIPpresolGetName(), and SCIPpresolInit().
description of presolver Definition at line 39 of file struct_presol.h. Referenced by SCIPpresolGetDesc().
presolver data Definition at line 47 of file struct_presol.h. Referenced by SCIPpresolGetData(), and SCIPpresolSetData().
time spend for setting up this presolver for the next stages Definition at line 48 of file struct_presol.h. Referenced by SCIPpresolExit(), SCIPpresolExitpre(), SCIPpresolGetSetupTime(), SCIPpresolInit(), and SCIPpresolInitpre().
presolving time Definition at line 49 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolGetTime(), and SCIPpresolInit().
priority of the presolver Definition at line 50 of file struct_presol.h. Referenced by SCIPpresolGetPriority(), and SCIPpresolSetPriority().
maximal number of presolving rounds the presolver participates in (-1: no limit) Definition at line 51 of file struct_presol.h. Referenced by SCIPpresolExec().
number of variables fixed before the last call to the presolver Definition at line 52 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolInit(), and SCIPpresolInitpre().
number of variables aggregated before the last call to the presolver Definition at line 53 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolInit(), and SCIPpresolInitpre().
number of variable type changes before the last call to the presolver Definition at line 54 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolInit(), and SCIPpresolInitpre().
number of variable bounds tightened before the last call to the presolver Definition at line 55 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolInit(), and SCIPpresolInitpre().
number of domain holes added before the last call to the presolver Definition at line 56 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolInit(), and SCIPpresolInitpre().
number of deleted constraints before the last call to the presolver Definition at line 57 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolInit(), and SCIPpresolInitpre().
number of added constraints before the last call to the presolver Definition at line 58 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolInit(), and SCIPpresolInitpre().
number of upgraded constraints before the last call to the presolver Definition at line 59 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolInit(), and SCIPpresolInitpre().
number of changed coefficients before the last call to the presolver Definition at line 60 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolInit(), and SCIPpresolInitpre().
number of changed left or right hand sides before the last call Definition at line 61 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolInit(), and SCIPpresolInitpre().
total number of variables fixed by this presolver Definition at line 62 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolGetNFixedVars(), and SCIPpresolInit().
total number of variables aggregated by this presolver Definition at line 63 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolGetNAggrVars(), and SCIPpresolInit().
total number of variable type changes by this presolver Definition at line 64 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolGetNChgVarTypes(), and SCIPpresolInit().
total number of variable bounds tightened by this presolver Definition at line 65 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolGetNChgBds(), and SCIPpresolInit().
total number of domain holes added by this presolver Definition at line 66 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolGetNAddHoles(), and SCIPpresolInit().
total number of deleted constraints by this presolver Definition at line 67 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolGetNDelConss(), and SCIPpresolInit().
total number of added constraints by this presolver Definition at line 68 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolGetNAddConss(), and SCIPpresolInit().
total number of upgraded constraints by this presolver Definition at line 69 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolGetNUpgdConss(), and SCIPpresolInit().
total number of changed coefficients by this presolver Definition at line 70 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolGetNChgCoefs(), and SCIPpresolInit().
total number of changed left or right hand sides by this presolver Definition at line 71 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolGetNChgSides(), and SCIPpresolInit().
number of times the presolver was called and tried to find reductions Definition at line 72 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolGetNCalls(), and SCIPpresolInit().
should presolver be delayed, if other presolvers found reductions? Definition at line 73 of file struct_presol.h. Referenced by SCIPpresolExec(), and SCIPpresolIsDelayed().
was the presolver delayed at the last call? Definition at line 74 of file struct_presol.h. Referenced by SCIPpresolExec(), SCIPpresolInit(), SCIPpresolInitpre(), and SCIPpresolWasDelayed().
is presolver initialized? Definition at line 75 of file struct_presol.h. Referenced by SCIPpresolExit(), SCIPpresolInit(), and SCIPpresolIsInitialized(). |