i1 : R = QQ[x_1..x_5]; |
i2 : randomHyperGraph(R,{3,2,4})
|
i3 : randomHyperGraph(R,{3,2,4})
|
i4 : randomHyperGraph(R,{3,2,4})
o4 = HyperGraph{edges => {{x , x , x }, {x , x }, {x , x , x , x }}}
4 2 3 1 4 1 3 5 2
ring => R
vertices => {x , x , x , x , x }
1 2 3 4 5
o4 : HyperGraph
|
i5 : randomHyperGraph(R,{4,4,2,2}) -- impossible, returns null when time/branch limit reached
|