Macaulay2 » Documentation
Packages » ThinSincereQuivers > stableTrees
next | previous | forward | backward | up | index | toc

stableTrees -- return the spanning trees that are stable

Synopsis

Description

i1 : Q = bipartiteQuiver(2,3);
i2 : th = {-3,-3,2,2,2};
i3 : stableTrees(th, Q)

o3 = {{0, 2, 4, 5}, {0, 1, 4, 5}, {1, 2, 3, 5}, {0, 1, 3, 5}, {1, 2, 3, 4},
     ------------------------------------------------------------------------
     {0, 2, 3, 4}}

o3 : List

For the programmer

The object stableTrees is a function closure.