public interface HyperGraph
Modifier and Type | Method and Description |
---|---|
void |
add(HyperEdge e) |
void |
addEdge(int... vertices) |
int |
addVertex() |
Iterator<Integer> |
adjacencyList(int v) |
int |
nbVertices() |
Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.