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