Treetion / single-school-bus-routing

This project applies a hybrid heuristic-simplex algorithm to solve for optimal school bus routes in the Boston school district. The algorithm is able to achieve O(N) time on average, compared to Simplex algorithm's O(2^N) time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Treetion/single-school-bus-routing Stargazers