All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
struct_cutpool.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
41 SCIP_Longint processedlp; /**< last LP, where this cut was processed in separation of the LP solution */
42 SCIP_Longint processedlpsol; /**< last LP, where this cut was processed in separation of other solutions */
56 SCIP_Longint processedlpsol; /**< last LP that has been processed for separating other solutions */
62 int firstunprocessedsol;/**< first cut that has not been processed in the last LP when separating other solutions */
|