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

quiverVertices -- return the vertices of the toric quiver

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:

  • quiverVertices(ToricQuiver)

For the programmer

The object quiverVertices is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/ThinSincereQuivers.m2:3279:0.