Skip to content

Commit

Permalink
Modified doc
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashupes authored and cvvergara committed Aug 24, 2020
1 parent 602753e commit 92ebe70
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/coloring/pgr_bipartite.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,13 @@ Result Columns
:end-before: result columns end


Additional Examples
Additional Example
------------------------------------------------------------------------------------------

:Example: The odd length cyclic graph can not be bipartite.
Adding the edge (1,7) will make odd length cyclic graph with 5 veritices, as follows:

The following edge will make subgraph with vertices {1, 2, 5, 7, 8} an odd length cyclic graph.


.. literalinclude:: doc-bipartite.queries
:start-after: --q2
Expand Down

0 comments on commit 92ebe70

Please sign in to comment.