The thor library is essentially a set of various data structures and alogrithms which deal with things like: A* graph traversal, edge costing, vertex costing and path construction.
What follows are some notable components of the thor library.
TODO:
TODO: