Skip to contents

It does not check whether the graph is bipartite in the mathematical sense. Use bipartite_mapping() for that.

Usage

is_bipartite(graph)

Arguments

graph

The input graph

See also