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 :

Methods that use an object of class MixedGraph :

For the programmer

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