#

Note

This documents the development version of NetworkX. Documentation for the current release can be found here.

#

networkx.algorithms.euler.is_semieulerian

is_semieulerian(G)[source]

Return True iff G is semi-Eulerian.

G is semi-Eulerian if it has an Eulerian path but no Eulerian circuit.