A graph is regular if all of its vertices have the same degree.
i1 : G = cycleGraph 5;
i2 : isRegular G o2 = true
The object isRegular is a method function.