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

quiverEdges -- return the graph edges associated to the toric quiver

Synopsis

Description

This method returns the list of edges that are in the graph of the provided toric quiver.

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

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

o2 : List

See also

Ways to use quiverEdges :

For the programmer

The object quiverEdges is a method function.