struct_implics.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
65 /** single clique, stating that at most one of the binary variables can be fixed to the corresponding value */
91 SCIP_HASHMAP* varidxtable; /**< mapping from binary variable to their corresponding node indices */
92 SCIP_DISJOINTSET* djset; /**< disjoint set (union find) data structure to maintain component information */
103 SCIP_Bool compsfromscratch; /**< must the connected components of the clique graph be recomputed from scratch? */
Definition: struct_implics.h:39
type definitions for miscellaneous datastructures
type definitions for implications, variable bounds, and cliques
Definition: struct_var.h:198
type definitions for LP management
Definition: struct_misc.h:128
type definitions for problem variables
Definition: struct_implics.h:80
Definition: struct_misc.h:80
Definition: struct_implics.h:88
Definition: struct_implics.h:66
Definition: struct_misc.h:268
common defines and data types used in all packages of SCIP
Definition: struct_implics.h:53