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