SCIP_Compr Struct Reference Detailed Descriptiontree compression data Definition at line 36 of file struct_compr.h.
Member Function Documentation
copy method of tree compression or NULL if you don't want to copy your plugin into sub-SCIPs
destructor of tree compression
initialize tree compression
deinitialize tree compression
solving process initialization method of tree compression
solving process deinitialization method of tree compression
execution method of tree compression Field Documentation
number of times, this compression was called Definition at line 38 of file struct_compr.h. Referenced by SCIPcomprExec(), SCIPcomprGetNCalls(), and SCIPcomprInit().
number of compressions found so far by this method Definition at line 39 of file struct_compr.h. Referenced by SCIPcomprExec(), SCIPcomprGetNFound(), and SCIPcomprInit().
rate of the last compression Definition at line 40 of file struct_compr.h.
loss of information of the last compression Definition at line 41 of file struct_compr.h.
name of tree compression Definition at line 42 of file struct_compr.h. Referenced by SCIPcomprExec(), SCIPcomprExit(), SCIPcomprGetName(), and SCIPcomprInit().
description of tree compression Definition at line 43 of file struct_compr.h. Referenced by SCIPcomprGetDesc().
tree compression local data Definition at line 51 of file struct_compr.h. Referenced by SCIPcomprGetData(), and SCIPcomprSetData().
time spend for setting up this compression for the next stages Definition at line 52 of file struct_compr.h. Referenced by SCIPcomprExit(), SCIPcomprGetSetupTime(), and SCIPcomprInit().
compression execution time Definition at line 53 of file struct_compr.h. Referenced by SCIPcomprExec(), SCIPcomprGetTime(), and SCIPcomprInit().
priority of the tree compression Definition at line 54 of file struct_compr.h. Referenced by SCIP_DECL_SORTPTRCOMP(), SCIPcomprGetPriority(), and SCIPcomprSetPriority().
minimal number of nodes for calling compression, -1 if no threshold exists Definition at line 55 of file struct_compr.h. Referenced by SCIPcomprExec(), SCIPcomprGetMinNodes(), and SCIPcomprShouldBeExecuted().
number of nodes of the last compression Definition at line 56 of file struct_compr.h.
is tree compression initialized? Definition at line 57 of file struct_compr.h. Referenced by SCIPcomprExit(), SCIPcomprInit(), and SCIPcomprIsInitialized(). |