struct_sepastore.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 40 SCIP_Real* efficacies; /**< efficacy for each separated cut: distance of hyperplane to LP solution */ 42 SCIP_Real* orthogonalities; /**< minimal orthogonality of cut with all other cuts of larger score */ 43 SCIP_Real* scores; /**< score for each separated cut: weighted sum of efficacy and orthogonality */ 50 SCIP_Bool initiallp; /**< is the separation storage currently being filled with the initial LP rows? */
Definition: struct_sepastore.h:37 type definitions for LP management type definitions for problem variables type definitions for storing separated cuts Definition: struct_lp.h:189 common defines and data types used in all packages of SCIP |