Combinatorica`
Combinatorica`

MakeDirected

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

MakeDirected[g]

constructs a directed graph from a given undirected graph g by replacing each undirected edge in g by two directed edges pointing in opposite directions.

Details and Options

  • MakeDirected functionality is now available in the built-in Wolfram Language function DirectedGraph.
  • To use MakeDirected, you first need to load the Combinatorica Package using Needs["Combinatorica`"].
  • The local options associated with edges are not inherited by the corresponding directed edges.
  • Calling the function with the tag All, as MakeDirected[g,All], ensures that local options associated with each edge are inherited by both corresponding directed edges.
Wolfram Research (2012), MakeDirected, Wolfram Language function, https://reference.wolfram.com/language/Combinatorica/ref/MakeDirected.html.

Text

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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