struct_cutpool.h
Go to the documentation of this file.
31 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
51 SCIP_Longint processedlp; /**< last LP, where this cut was processed in separation of the LP solution */
52 SCIP_Longint processedlpsol; /**< last LP, where this cut was processed in separation of other solutions */
68 SCIP_Longint processedlpsol; /**< last LP that has been processed for separating other solutions */
70 SCIP_Real processedlpsolefficacy;/**< minimal efficacy used in last processed LP for separating other solutions */
76 int firstunprocessedsol;/**< first cut that has not been processed in the last LP when separating other solutions */
type definitions for miscellaneous datastructures
type definitions for LP management
type definitions for storing cuts in a cut pool
Definition: struct_lp.h:201
Definition: struct_cutpool.h:58
type definitions for clocks and timing issues
Definition: struct_misc.h:89
common defines and data types used in all packages of SCIP
Definition: struct_clock.h:64
Definition: struct_cutpool.h:48