Change the signature of pgr_contraction
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
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4