Skip to content

Commit

Permalink
[ksp][doc] correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-debug committed Mar 29, 2023
1 parent b9a1123 commit 3ffc3e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/ksp/pgr_KSP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Parameters
- Identifier of the arrival vertex.
* - **K**
- **ANY-INTEGER**
- Number of required paths
- Number of required paths.

Where:

Expand Down Expand Up @@ -116,7 +116,7 @@ KSP Optional parameters
* - ``heap_paths``
- ``BOOLEAN``
- ``false``
- * When ``false`` Returns at most K paths
- * When ``false`` Returns at most K paths.
* When ``true`` all the calculated paths while processing are returned.
* Roughly, when the shortest path has ``N`` edges, the heap will contain
about than ``N * K`` paths for small value of ``K`` and ``K > 5``.
Expand Down

0 comments on commit 3ffc3e8

Please sign in to comment.