struct_implics.h
Go to the documentation of this file.
31/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
74/** single clique, stating that at most one of the binary variables can be fixed to the corresponding value */
100 SCIP_HASHMAP* varidxtable; /**< mapping from binary variable to their corresponding node indices */
101 SCIP_DISJOINTSET* djset; /**< disjoint set (union find) data structure to maintain component information */
108 int ncleanupaggrvars; /**< number of aggregated variables when the last cleanup was performed */
112 SCIP_Bool compsfromscratch; /**< must the connected components of the clique graph be recomputed from scratch? */
common defines and data types used in all packages of SCIP
Definition: struct_implics.h:90
Definition: struct_implics.h:98
Definition: struct_implics.h:76
Definition: struct_misc.h:278
Definition: struct_misc.h:138
Definition: struct_misc.h:90
Definition: struct_implics.h:63
Definition: struct_implics.h:49
Definition: struct_var.h:208
type definitions for implications, variable bounds, and cliques
type definitions for LP management
type definitions for miscellaneous datastructures
type definitions for problem variables