isAcyclic Q
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
The object isAcyclic is a method function.