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