Hypergraphs[ExampleHypergraphs]
Lovasz
Return the Lovasz hypergraph of a given rank
Calling Sequence
Parameters
Description
Examples
References
Compatibility
Lovasz(r)
r
-
posint
The command Lovasz(r) returns the Lovasz hypergraph of rank r.
A formal definition can be found on P. 58 in the English version (available online) of the book of Claude Berge referenced below.
Remarks
The hypergraph Lovasz(r) is auto-transversal, that is, Lovasz(r) and its transversal hypergraph are equal.
Terminology
Transversal : If H :=(X, Y) is a hypergraph, then a subset S of X is transversal to H whenever S has a non-empty intersection with every hyperedge of H. If H :=(X, Y) is a hypergraph, then the transversal hypergraph of H is the hypergraph (X, Z) where Z consists of all transversals to H that are minimal w.r.t. inclusion.
with⁡Hypergraphs:with⁡ExampleHypergraphs:
Create the Lovasz hypergraph of rank 4
H≔Lovasz⁡4
H≔< a hypergraph on 10 vertices with 41 hyperedges >
Print its vertices and edges.
Vertices⁡H;Hyperedges⁡H
1,2,3,4,5,6,7,8,9,10
1,2,4,7,1,3,4,7,2,3,4,7,1,2,5,7,1,3,5,7,2,3,5,7,1,2,6,7,1,3,6,7,2,3,6,7,4,5,6,7,1,2,4,8,1,3,4,8,2,3,4,8,1,2,5,8,1,3,5,8,2,3,5,8,1,2,6,8,1,3,6,8,2,3,6,8,4,5,6,8,1,2,4,9,1,3,4,9,2,3,4,9,1,2,5,9,1,3,5,9,2,3,5,9,1,2,6,9,1,3,6,9,2,3,6,9,4,5,6,9,1,2,4,10,1,3,4,10,2,3,4,10,1,2,5,10,1,3,5,10,2,3,5,10,1,2,6,10,1,3,6,10,2,3,6,10,4,5,6,10,7,8,9,10
Draw a graphical representation of this hypergraph.
Draw⁡H
Draw the line graph of H.
G≔LineGraph⁡H;GraphTheory:-DrawGraph⁡G
G≔Graph 1: an undirected graph with 41 vertices, 820 edge(s), and 41 self-loop(s)
Compute the transversal hypergraph T of H.
T≔Transversal⁡H
T≔< a hypergraph on 10 vertices with 41 hyperedges >
Check that H is auto-transversal, that is, H and T are equal.
AreEqual⁡H,T
true
Claude Berge. Hypergraphes. Combinatoires des ensembles finis. 1987, Paris, Gauthier-Villars, translated to English.
Claude Berge. Hypergraphs. Combinatorics of Finite Sets. 1989, Amsterdam, North-Holland Mathematical Library, Elsevier, translated from French.
Charles Leiserson, Liyun Li, Marc Moreno Maza and Yuzhen Xie " Parallel computation of the minimal elements of a poset." Proceedings of the 4th International Workshop on Parallel Symbolic Computation (PASCO) 2010: 53-62, ACM.
The Hypergraphs[ExampleHypergraphs][Lovasz] command was introduced in Maple 2024.
For more information on Maple 2024 changes, see Updates in Maple 2024.
See Also
Hypergraphs[Transversal]
Download Help Document