Create a hypergraph from its vertices and edges.
Print its vertices and edges.
Draw a graphical representation of this hypergraph.
Create the subhypergraph of H induced by {1,2,3,4}.
Print its vertices and edges.
Draw a graphical representation of this hypergraph.
Create the partial hypergraph of H with hyperedges of even size.
Print its vertices and edges.
Draw a graphical representation of this hypergraph.