What is a cycle hypergraph?

1.2k Views Asked by At

What is a cycle hypergraph? Could someone give me good reference or illustrate with a few examples?

1

There are 1 best solutions below

3
On

There could be more than one definition. One is $V=\{v_1,\dots,v_n\}, E = \{(v_1,v_2,v_3),(v_3,v_4,v_5),(v_5,v_6,v_7),\dots(v_{n-1},v_n,v_1)\}$.

Another one is $V=\{v_1,\dots,v_n\}, E = \{(v_1,v_2,v_3),(v_2,v_3,v_4),(v_3,v_4,v_5),\dots,(v_{n-1},v_n,v_1),(v_n,v_1,v_2)\}$.