allSpanningTrees Q
This method returns all of the spanning trees of the underlying graph of the quiver Q. Trees are represented as lists of arrow indices.
The algorithm performs a depth-first search on each vertex and checks if the result is a connected graph.
|
|
The object allSpanningTrees is a function closure.
The source of this document is in ThinSincereQuivers.m2:3279:0.