Combinatorica`
Combinatorica`

ToUnorderedPairs

As of Version 10, most of the functionality of the Combinatorica package is built into the Wolfram System. »

ToUnorderedPairs[g]

constructs a list of unordered pairs representing the edges of graph g. Each edge, directed or undirected, results in a pair in which the smaller vertex appears first.

Details and Options

  • ToUnorderedPairs functionality is now available in the built-in Wolfram Language function EdgeList.
  • To use ToUnorderedPairs, you first need to load the Combinatorica Package using Needs["Combinatorica`"].
  • An option called Type that takes on values All or Simple can be used, with All being the default value. Type->Simple ignores multiple edges and self-loops in g.
Wolfram Research (2012), ToUnorderedPairs, Wolfram Language function, https://reference.wolfram.com/language/Combinatorica/ref/ToUnorderedPairs.html.

Text

Wolfram Research (2012), ToUnorderedPairs, Wolfram Language function, https://reference.wolfram.com/language/Combinatorica/ref/ToUnorderedPairs.html.

CMS

Wolfram Language. 2012. "ToUnorderedPairs." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/Combinatorica/ref/ToUnorderedPairs.html.

APA

Wolfram Language. (2012). ToUnorderedPairs. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/Combinatorica/ref/ToUnorderedPairs.html

BibTeX

@misc{reference.wolfram_2023_tounorderedpairs, author="Wolfram Research", title="{ToUnorderedPairs}", year="2012", howpublished="\url{https://reference.wolfram.com/language/Combinatorica/ref/ToUnorderedPairs.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_tounorderedpairs, organization={Wolfram Research}, title={ToUnorderedPairs}, year={2012}, url={https://reference.wolfram.com/language/Combinatorica/ref/ToUnorderedPairs.html}, note=[Accessed: 19-March-2024 ]}