next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
Graphs
::
Bigraph
Bigraph -- The data type for a bigraph.
Description
We note that this type is typically only used in modeling and was primarily necessary to design the data type MixedGraph appropriately.
Methods that use an object of class Bigraph :
edges(Bigraph)
(missing documentation)
graph(Bigraph)
(missing documentation)
mixedGraph(Digraph,Bigraph), see
mixedGraph
-- The function that creates a mixed graph.
mixedGraph(Graph,Digraph,Bigraph), see
mixedGraph
-- The function that creates a mixed graph.
net(Bigraph)
(missing documentation)
toString(Bigraph)
(missing documentation)
For the programmer
The object
Bigraph
is
a
type
, with ancestor classes
Digraph
<
HashTable
<
Thing
.