Create a hypergraph from its vertices and edges.
Print its vertices and edges.
Draw a graphical representation of this hypergraph.
Check whether H is connected.
Check whether H is linear.
Construct the line graph L of H.
Draw a graphical representation of L.
Construct the vertex-edge-incidence graph M of H.
Draw a graphical representation of L.
Create another hypergraph.
Print its vertices and edges.
Draw a graphical representation of this hypergraph.
Check whether H is connected.
Check whether H is linear.
Construct the line graph L of H.
Draw a graphical representation of L.
Construct the vertex-edge-incidence graph M of H.
Draw a graphical representation of L.