struct_dcmp.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
39 SCIP_Real modularity; /**< modularity score (comparison of within block edges against a random decomposition) */
40 SCIP_Real areascore; /**< area score (fraction of matrix area outside block assignments) of this decomposition */
41 int idxlargestblock; /**< index of the of the largest block (regarding the number of constraints) */
54 SCIP_Bool benderslabels; /**< should the variables be labeled for the application of Benders' decomposition */
55 SCIP_Bool statscomplete; /**< are the block decomposition graph statistics completely computed? */
Definition: struct_dcmp.h:35
type definitions for miscellaneous datastructures
Definition: struct_misc.h:128
Definition: struct_dcmp.h:59
type definitions for decompositions and the decomposition store