All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 */
|