struct_hypergraph.h
Go to the documentation of this file.
31/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
67 int memverticesedgesbeg;/**< Number of vertices for which memory is allocated for vertices' edges. */
common defines and data types used in all packages of SCIP
Definition: struct_misc.h:90
Definition: struct_hypergraph.h:46
SCIP_HYPERGRAPH_EDGE * edgesvertices
Definition: struct_hypergraph.h:64
SCIP_HYPERGRAPH_OVERLAP * verticesoverlaps
Definition: struct_hypergraph.h:94
SCIP_HYPERGRAPH_VERTEX * verticesedges
Definition: struct_hypergraph.h:70
SCIP_HYPERGRAPH_OVERLAP * edgesoverlaps
Definition: struct_hypergraph.h:82
SCIP_HYPERGRAPH_VERTEX * overlapsvertices
Definition: struct_hypergraph.h:77
SCIP_HYPERGRAPH_EDGE * overlapsedges
Definition: struct_hypergraph.h:88
SCIP_HASHTABLE * overlaphashtable
Definition: struct_hypergraph.h:73
type definitions for hypergraphs
type definitions for miscellaneous datastructures