Create a hypergraph from its vertices and edges.
Print its vertices and edges.
Draw a graphical representation of this hypergraph.
Create another hypergraph from its edges.
Print its vertices and edges.
Draw a graphical representation of this hypergraph.
Create a third hypergraph from its vertices and bit vector encodings of its edges.
Print its vertices and edges.
Draw a graphical representation of this hypergraph.