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

quiverVertices -- return the vertices of the toric quiver

Synopsis

Description

This method returns the vertices that are in the provided toric quiver.

i1 : Q = bipartiteQuiver(2, 3);
i2 : quiverVertices Q

o2 = {0, 1, 2, 3, 4}

o2 : List

See also

Ways to use quiverVertices :

For the programmer

The object quiverVertices is a method function.