next | previous | forward | backward | up | top | index | toc | Macaulay2 website
StatGraphs :: Bigraph

Bigraph -- a graph with bidirected edges and no multiple edges

Description

Bigraph is a simple graph that has bidirected edges. To create a bigraph, use bigraph.

See also

Functions and methods returning an object of class Bigraph :

Methods that use an object of class Bigraph :

For the programmer

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