GraphTheory
IsBipartite
test if graph is bipartite
Calling Sequence
Parameters
Description
Examples
IsBipartite(G)
IsBipartite(G, P)
G
-
graph
P
(optional) name
IsBipartite returns true if the graph G is bipartite and false otherwise. If a variable name P is specified, then this name is assigned a bipartition of the vertices as a list of lists.
A graph G is bipartite if its set of vertices can be partitioned into two sets, and , such that every edge in G connects a vertex in or to a vertex in the other set.
See Also
AdjacencyMatrix
BipartiteMatching
DrawGraph
RandomGraphs[RandomBipartiteGraph]
Download Help Document