FromOrderedPairs[l]
constructs an edge list representation from a list of ordered pairs
, using a circular embedding.
FromOrderedPairs[l,v]
uses
as the embedding for the resulting graph. The option Type that takes on values Undirected or Directed can be used to affect the kind of graph produced. The default value of Type is Directed. Type->Undirected results in the underlying undirected graph.
FromOrderedPairs
FromOrderedPairs[l]
constructs an edge list representation from a list of ordered pairs
, using a circular embedding.
FromOrderedPairs[l,v]
uses
as the embedding for the resulting graph. The option Type that takes on values Undirected or Directed can be used to affect the kind of graph produced. The default value of Type is Directed. Type->Undirected results in the underlying undirected graph.
更多信息和选项
- FromOrderedPairs functionality is now available in the built-in Wolfram Language function Graph.
- To use FromOrderedPairs, you first need to load the Combinatorica Package using Needs["Combinatorica`"].
相关指南
-
▪
- Combinatorica Package ▪
- Graph Construction and Representations ▪
- Graphs & Networks ▪
- Graph Visualization ▪
- Computation on Graphs ▪
- Graph Construction & Representation ▪
- Graphs and Matrices ▪
- Graph Properties & Measurements ▪
- Graph Operations and Modifications ▪
- Statistical Analysis ▪
- Social Network Analysis ▪
- Graph Properties ▪
- Mathematical Data Formats ▪
- Discrete Mathematics
文本
Wolfram Research (2012),FromOrderedPairs,Wolfram 语言函数,https://reference.wolfram.com/language/Combinatorica/ref/FromOrderedPairs.html.
CMS
Wolfram 语言. 2012. "FromOrderedPairs." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/Combinatorica/ref/FromOrderedPairs.html.
APA
Wolfram 语言. (2012). FromOrderedPairs. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/Combinatorica/ref/FromOrderedPairs.html 年
BibTeX
@misc{reference.wolfram_2025_fromorderedpairs, author="Wolfram Research", title="{FromOrderedPairs}", year="2012", howpublished="\url{https://reference.wolfram.com/language/Combinatorica/ref/FromOrderedPairs.html}", note=[Accessed: 30-April-2026]}
BibLaTeX
@online{reference.wolfram_2025_fromorderedpairs, organization={Wolfram Research}, title={FromOrderedPairs}, year={2012}, url={https://reference.wolfram.com/language/Combinatorica/ref/FromOrderedPairs.html}, note=[Accessed: 30-April-2026]}