Skip to content

[Library] implementation of a O(n log n) algorithm (fastest possible) for matching two sets of points placed in a roadmap; uses a modified capacity-scaling algorithm for flows on networks with convex costs on edges

Notifications You must be signed in to change notification settings

kyletreleaven/roadgeometry-matching

Repository files navigation

Install with :
	python setup.py install

requires :
	numpy
	scipy
	networkx
	bintrees

Test: Run the setiptah/roadbm/bm.py module as a script.

About

[Library] implementation of a O(n log n) algorithm (fastest possible) for matching two sets of points placed in a roadmap; uses a modified capacity-scaling algorithm for flows on networks with convex costs on edges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages