cugraph.Graph.is_bipartite#

Graph.is_bipartite()[source]#

Checks if Graph is bipartite. This solely relies on the user call of add_nodes_from with the bipartite parameter. This does not parse the graph to check if it is bipartite.

NOTE: Currently not implemented and always returns False