Create a random hypergraph with 8 vertices and 16 hyperedges.
Print its vertices and edges.
Draw a graphical representation of this hypergraph.
Create another random hypergraph with 10 vertices and 500 hyperedges.
Apply the Min operator to it.
Print the cardinalities of the hyperedges of M.
Create another random hypergraph with 10 vertices and 500 hyperedges using the uniform distribution method.
Apply the Min operator to it.
Print the cardinalities of the hyperedges of M.