>
|
|
Create a hypergraph from its vertices and edges.
>
|
|
| (1) |
Print its vertices and edges.
>
|
|
| |
| (2) |
Draw a graphical representation of this hypergraph.
Construct a new hypergraph from Hby adding a new vertex, namely 8.
>
|
|
| (3) |
Print the vertices and edges of K.
>
|
|
| |
| (4) |
Draw a graphical representation of K.
Check whether {1,2,8} is a hyperedge of H.
>
|
|
Construct a new hypergraph from Hby adding {1,2,4} as an hyperedge.
>
|
|
| (6) |
Print the vertices and edges of L.
>
|
|
| |
| (7) |
Draw a graphical representation of L.