EdgeContract

EdgeContract[g,e]

contracts the edge e of the graph g.

EdgeContract[g,{e1,e2,}]

contracts a collection of edges e1,e2,.

EdgeContract[{vw,},]

uses rules vw to specify the graph g.

Details and Options

  • EdgeContract is also known as edge collapse.
  • EdgeContract[g,e] creates a new graph from g by deleting the edge e and merging vertices of e.
  • EdgeContract works with undirected graphs, directed graphs, multigraphs, and mixed graphs.

Examples

open allclose all

Basic Examples  (1)

Contract edges of a graph:

Scope  (7)

EdgeContract works with undirected graphs:

Directed graphs:

Multigraphs:

Mixed graphs:

Use rules to specify the graph:

Use patterns to specify a set of edges:

EdgeContract works with large graphs:

Properties & Relations  (1)

EdgeContract can be computed using VertexContract:

Wolfram Research (2014), EdgeContract, Wolfram Language function, https://reference.wolfram.com/language/ref/EdgeContract.html (updated 2015).

Text

Wolfram Research (2014), EdgeContract, Wolfram Language function, https://reference.wolfram.com/language/ref/EdgeContract.html (updated 2015).

CMS

Wolfram Language. 2014. "EdgeContract." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2015. https://reference.wolfram.com/language/ref/EdgeContract.html.

APA

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

BibTeX

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

BibLaTeX

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