next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Graphs :: Graph

Graph -- The data type for an undirected graph.

Description

Methods that use an object of class Graph :

  • degreeMatrix(Graph) (missing documentation)
  • edges(Graph) (missing documentation)
  • incidenceMatrix(Graph) (missing documentation)
  • laplacianMatrix(Graph) (missing documentation)
  • mixedGraph(Graph,Digraph), see mixedGraph -- The function that creates a mixed graph.
  • mixedGraph(Graph,Digraph,Bigraph), see mixedGraph -- The function that creates a mixed graph.
  • neighbors(Graph,Thing) (missing documentation)
  • nonneighbors(Graph,Thing) (missing documentation)
  • writeDotFile(String,Graph) (missing documentation)

For the programmer

The object Graph is a type, with ancestor classes Digraph < HashTable < Thing.