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

isAcyclic -- check that a quiver has no cycles

Synopsis

Description

This method determines whether a quiver is free from oriented cycles.

i1 : isAcyclic bipartiteQuiver(2, 3);
i2 : isAcyclic toricQuiver matrix({{-1, 1, -1, -1}, {1, -1, 0, 0}, {0, 0, 1, 1}})

o2 = false

Ways to use isAcyclic :

For the programmer

The object isAcyclic is a method function.