Macaulay2 » Documentation
Packages » Graphs :: isRegular
next | previous | forward | backward | up | index | toc

isRegular -- determines whether a graph is regular

Synopsis

Description

A graph is regular if all of its vertices have the same degree.

i1 : G = cycleGraph 5;
i2 : isRegular G

o2 = true

See also

Ways to use isRegular :

For the programmer

The object isRegular is a method function.