next | previous | forward | backward | up | top | index | toc | Macaulay2 website
ThinSincereQuivers :: maximalNonstableSubquivers

maximalNonstableSubquivers -- return the maximal subquivers that are semistable

Synopsis

Description

this routine takes all of the possible subquivers of a given quiver Q and returns those that are not stable, and which are maximal with respect to the weight on the quiver Q

Subquivers are represented by lists of arrows, except in the case of subquivers that consist of singleton vertices.

i1 : maximalNonstableSubquivers bipartiteQuiver (2, 3)

o1 = HashTable{NonSingletons => {{0, 1, 2, 3}, {0, 1, 2, 4}, {0, 1, 2, 5}, {0, 3, 4, 5}, {1, 3, 4, 5}, {2, 3, 4, 5}}}

o1 : HashTable

For the programmer

The object maximalNonstableSubquivers is a function closure.