-
-
Notifications
You must be signed in to change notification settings - Fork 386
Closed
Feature
4 / 44 of 4 issues completed
Copy link
Description
New functions to be added
pgr_contractionDeadEndpgr_contractionLinear
Because those are added change the signature of pgr_contracion
Current signature:
pgr_contraction(Edges SQL, contraction order, [options])
options: [ max_cycles, forbidden_vertices, directed]
Returns set of (type, id, contracted_vertices, source, target, cost)
New signature:
pgr_contraction(Edges SQL,[options])
options: [ directed, methods, cycles, forbidden]
Returns set of (type, id, contracted_vertices, source, target, cost)
Equivalences on options parameter names:
cycles = max_cycles
methods with type INTEGER[ ] with default ARRAY[1,2] = contraction order
forbidden = forbidden_vertices