Skip to content

Commit

Permalink
changes for driving_side
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhinJ committed Jul 30, 2023
1 parent 95294ce commit 7864dd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/withPoints/pgr_withPointsKSP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,11 @@ Parameters
- Number of required paths
* - **driving_side**
- **CHAR**
- Value in [``r``, ``l``, ``b``] indicating if the driving side is:
- Value in [``r``, ``R``, ``l``, ``L``, ``b``, ``B``] indicating if the driving side is:

- ``r`` for right driving side
- ``l`` for left driving side
- ``b`` for both
- [``r``, ``R``] for right driving side (for directed graph only)
- [``l``, ``L``] for left driving side (for directed graph only)
- [``b``, ``B``] for both (only for undirected graph)

Where:

Expand Down

0 comments on commit 7864dd0

Please sign in to comment.