Graphs : Table of Contents
- Graphs -- Data types and basic functions on graphs used in algebra and algebraic geometry.
- adjacencyMatrix -- Computes the adjacency matrix of a graph or digraph
- Bigraph -- The data type for a bigraph.
- bigraph (missing documentation)
- children -- Returns the children of a node in a digraph
- collateVertices (missing documentation)
- completeGraph (missing documentation)
- cycleGraph (missing documentation)
- degreeMatrix (missing documentation)
- descendents -- Returns the descendents of a node in a digraph or mixed graph.
- DFS (missing documentation)
- Digraph -- The data type for a directed graph.
- digraph -- The function that creates a digraph
- displayGraph (missing documentation)
- dotBinary (missing documentation)
- edges (missing documentation)
- floydWarshall (missing documentation)
- foreFathers (missing documentation)
- Graph -- The data type for an undirected graph.
- graph -- The function that creates a graph.
- incidenceMatrix (missing documentation)
- inducedSubgraph (missing documentation)
- isCyclic (missing documentation)
- jpgViewer (missing documentation)
- LabeledGraph (missing documentation)
- labeledGraph (missing documentation)
- laplacianMatrix (missing documentation)
- MixedGraph -- The data type for a mixed graph consisting of a Graph, Digraph, Bigraph.
- mixedGraph -- The function that creates a mixed graph.
- neighbors (missing documentation)
- nondescendents -- Returns the nondescendents of a node in a digraph
- nonneighbors (missing documentation)
- parents -- Returns the parents of a vertex in a digraph
- reachable -- Computes the vertices which are reachable from a vertex set by a path
- removeNodes (missing documentation)
- showTikZ(..., Options => ...) -- a string which is passed to dot2tex. Defaults to "-t math --prog=dot -f tikz --figonly". Run "dot2tex --help" for all possibilties.
- showTikZ(Digraph) -- outputs TikZ syntax for displaying a graph or digraph in TeX
- simpleGraph (missing documentation)
- Singletons -- Optional argument for the function graph
- SortedDigraph (missing documentation)
- topSort (missing documentation)
- vertices -- Returns the vertices of any type of grpah. .
- writeDotFile (missing documentation)