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

minimalDegree -- computes the minimal degree of a graph

Synopsis

Description

This computes the minimal vertex degree of an undirected graph.

i1 : G = graph({{1,2}});
i2 : minimalDegree G

o2 = 1

See also

Ways to use minimalDegree :

For the programmer

The object minimalDegree is a method function.