Hypergraphs[ExampleHypergraphs]
NonEmptyPowerSet
Return the power set of given order
Calling Sequence
Parameters
Description
Examples
References
Compatibility
NonEmptyPowerSet(S)
S
-
set
The command NonEmptyPowerSet(S) returns the hypergraph with the set S as vertex set and with all non-empty subsets of S as hyperedges.
Consider the following power set hypergraph.
Draw a graphical representation of this hypergraph.
Compute its minimal hyperedges.
Compute its maximal hyperedges.
Consider this other power set hypergraph.
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][NonEmptyPowerSet] command was introduced in Maple 2024.
For more information on Maple 2024 changes, see Updates in Maple 2024.
See Also
Hypergraphs[Max]
Hypergraphs[Min]
Download Help Document