cugraph.Graph.is_multipartite#

Graph.is_multipartite()[source]#

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

NOTE: Currently not implemented and always returns False