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 */
common defines and data types used in all packages of SCIP
Definition: struct_clock.h:65
Definition: struct_cutpool.h:49
Definition: struct_cutpool.h:59
Definition: struct_misc.h:90
Definition: struct_lp.h:202
type definitions for clocks and timing issues
type definitions for storing cuts in a cut pool
type definitions for LP management
type definitions for miscellaneous datastructures