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

flowPolytope -- generate the polytope associated to a toric quiver

Synopsis

Description

Associated to every acyclic toric quiver and weight pair is a flow polytope. For full-dimensional representation of the vertices, use Format=>"FullBasis".

i1 : flowPolytope(bipartiteQuiver(2, 3))

o1 = {{-1, 1}, {-1, 0}, {1, -1}, {0, -1}, {1, 0}, {0, 1}}

o1 : List
i2 : flowPolytope({-3,-3,2,2,2}, bipartiteQuiver(2, 3))

o2 = {{-1, 1}, {-1, 0}, {1, -1}, {0, -1}, {1, 0}, {0, 1}}

o2 : List

See also

Ways to use flowPolytope :

For the programmer

The object flowPolytope is a method function with options.