Macaulay2 » Documentation
Packages » StatGraphs :: MixedGraph
next | previous | forward | backward | up | index | toc

MixedGraph -- a graph that has undirected, directed and bidirected edges

Description

MixedGraph is a graph that has undirected, directed and bidirected edges. To create a mixed graph, use mixedGraph. Each type of subgraph (undirected, directed and bidirected) does not have multiple edges and can appear at most once.

See also

Functions and methods returning an object of class MixedGraph:

  • collateVertices -- convert a mixed graph into a new mixed graph where each component subgraph has the same set of vertices
  • indexLabelGraph(MixedGraph) -- relabel the vertices of a mixed graph according to their indices, indexed from 0
  • mixedGraph -- create a mixed graph from a combination of undirected graph, digraph and bigraph

Methods that use an object of class MixedGraph:

For the programmer

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


The source of this document is in StatGraphs.m2:486:0.