All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Cut Struct Reference Detailed Descriptiondatastructure for cuts in a cut pool Definition at line 38 of file struct_cutpool.h.
Field Documentation
LP row of this cut Definition at line 40 of file struct_cutpool.h. Referenced by cutpoolDelCut(), SCIP_DECL_HASHGETKEY(), SCIPcutGetRow(), SCIPcutpoolClear(), and SCIPcutpoolSeparate().
last LP, where this cut was processed in separation of the LP solution Definition at line 41 of file struct_cutpool.h. Referenced by cutpoolDelCut(), and SCIPcutpoolSeparate().
last LP, where this cut was processed in separation of other solutions Definition at line 42 of file struct_cutpool.h. Referenced by cutpoolDelCut(), and SCIPcutpoolSeparate().
age of the cut: number of successive times, the cut was not violated Definition at line 43 of file struct_cutpool.h. Referenced by cutIsAged(), SCIPcutGetAge(), and SCIPcutpoolSeparate().
position of cut in the cuts array of the cut pool Definition at line 44 of file struct_cutpool.h. Referenced by cutpoolDelCut(), SCIPcutpoolAddNewRow(), and SCIPcutpoolSeparate(). |