chickadee » graphs » multigraph?

multigraph? Gprocedure

Predicate for testing if a graph is a multigraph (a graph that can allow multiple edges). Returns #t iff G is of type <multidigraph>, <multigraph>, or some descendent thereof. Otherwise returns #f.

G
the object to test