File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ Contraction optional parameters
139139 - Type
140140 - Default
141141 - Description
142- * - ``forbidden_vertices ``
142+ * - ``forbidden ``
143143 - ``ARRAY[ `` |ANY-INTEGER | ``] ``
144144 - **Empty **
145145 - Identifiers of vertices forbidden for contraction.
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Description
4545- Calculates the maximum flow from the sources to the targets.
4646
4747 - When the maximum flow is **0 ** then there is no flow and **0 ** is returned.
48- - There is no flow when source has the same vaule as target.
48+ - There is no flow when source has the same value as target.
4949
5050- Any duplicated values in source or target are ignored.
5151- Uses the :doc: `pgr_pushRelabel <pgr_pushRelabel >` algorithm.
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Description
4646- **The cost value of all input edges must be nonnegative. **
4747- When the maximum flow is 0 then there is no flow and **0 ** is returned.
4848
49- - There is no flow when source has the same vaule as target.
49+ - There is no flow when source has the same value as target.
5050
5151- Any duplicated values in source or target are ignored.
5252- Uses :doc: `pgr_maxFlowMinCost `.
Original file line number Diff line number Diff line change 1- pgtap/common/checkVertTab.pg
1+
22/*PGR-GNU*****************************************************************
33
44Copyright (c) 2018 pgRouting developers
You can’t perform that action at this time.
0 commit comments