The Bipartite type exposes the following members.
Methods
| Name | Description |
---|
 | Color |
Returns the side of the bipartite that vertex v is on. |
  | MainTest |
Demo test the Bipartite data type. |
 | OddCycle |
Returns an odd-length cycle if the graph is not bipartite, and
null otherwise. |
Top
See Also