next | previous | forward | backward | up | top | index | toc | packages | Macaulay2 website
StatGraphs :: bigraph(...,Singletons=>...)

bigraph(...,Singletons=>...) -- optional input, accepts the list of isolated vertices in a bigraph

Description

i1 : bigraph({{1,2},{2,3},{3,4}}, Singletons => {5,6,7})

o1 = Bigraph{1 => {2}   }
             2 => {1, 3}
             3 => {2, 4}
             4 => {3}
             5 => {}
             6 => {}
             7 => {}

o1 : Bigraph

Further information

See also

Functions with optional argument named Singletons :