Macaulay2 » Documentation
Packages » Matroids :: isPositivelyOrientable
next | previous | forward | backward | up | index | toc

isPositivelyOrientable -- whether a matroid is positively orientable

Synopsis

Description

This function determines whether a matroid is positively orientable, i.e. has a relabelling for which it is positively oriented.

i1 : M = matroid({{0,1},{2,3},{4,5}}, EntryMode => "circuits")

o1 = a "matroid" of rank 3 on 6 elements

o1 : Matroid
i2 : isPositivelyOrientable M

o2 = true

See also

Ways to use isPositivelyOrientable :

For the programmer

The object isPositivelyOrientable is a method function.