All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Cutpool Struct Reference Detailed Descriptionstorage for pooled cuts Definition at line 48 of file struct_cutpool.h.
Field Documentation
number of times, the cutpool was separated Definition at line 50 of file struct_cutpool.h. Referenced by SCIPcutpoolGetNCalls(), and SCIPcutpoolSeparate().
total number of cuts that were separated from the pool Definition at line 51 of file struct_cutpool.h. Referenced by SCIPcutpoolGetNCutsFound(), and SCIPcutpoolSeparate().
separation time Definition at line 52 of file struct_cutpool.h. Referenced by SCIPcutpoolGetTime(), and SCIPcutpoolSeparate().
hash table to identify already stored cuts Definition at line 53 of file struct_cutpool.h. Referenced by cutpoolDelCut(), SCIPcutpoolAddNewRow(), SCIPcutpoolAddRow(), and SCIPcutpoolDelRow().
stored cuts of the pool Definition at line 54 of file struct_cutpool.h. Referenced by cutpoolDelCut(), cutpoolEnsureCutsMem(), SCIPcutpoolAddNewRow(), SCIPcutpoolClear(), SCIPcutpoolGetCuts(), and SCIPcutpoolSeparate().
last LP that has been processed for separating the LP Definition at line 55 of file struct_cutpool.h. Referenced by cutpoolDelCut(), and SCIPcutpoolSeparate().
last LP that has been processed for separating other solutions Definition at line 56 of file struct_cutpool.h. Referenced by cutpoolDelCut(), and SCIPcutpoolSeparate().
size of cuts array Definition at line 57 of file struct_cutpool.h. Referenced by cutpoolEnsureCutsMem().
number of cuts stored in the pool Definition at line 58 of file struct_cutpool.h. Referenced by cutpoolDelCut(), SCIPcutpoolAddNewRow(), SCIPcutpoolClear(), SCIPcutpoolGetNCuts(), and SCIPcutpoolSeparate().
number of cuts stored in the pool that are marked to be removable Definition at line 59 of file struct_cutpool.h. Referenced by cutpoolDelCut(), SCIPcutpoolAddNewRow(), SCIPcutpoolClear(), and SCIPcutpoolSeparate().
maximum age a cut can reach before it is deleted from the pool Definition at line 60 of file struct_cutpool.h. Referenced by SCIPcutpoolSeparate().
first cut that has not been processed in the last LP Definition at line 61 of file struct_cutpool.h. Referenced by cutpoolDelCut(), and SCIPcutpoolSeparate().
first cut that has not been processed in the last LP when separating other solutions Definition at line 62 of file struct_cutpool.h. Referenced by cutpoolDelCut(), and SCIPcutpoolSeparate().
maximal number of cuts stored in the pool at the same time Definition at line 63 of file struct_cutpool.h. Referenced by SCIPcutpoolAddNewRow(), and SCIPcutpoolGetMaxNCuts().
is this the global cut pool of SCIP? Definition at line 64 of file struct_cutpool.h. Referenced by cutpoolDelCut(), SCIPcutpoolAddNewRow(), and SCIPcutpoolClear(). |