This is a constructor of a simple graph of class Bigraph. One can use the same input types as in graph.
i1 : G = bigraph {{3,4},{1,2},{2,4}}
o1 = Bigraph{1 => {2} }
2 => {4, 1}
3 => {4}
4 => {3, 2}
o1 : Bigraph
|
The object bigraph is a method function with options.