abstreet/importer
Dustin Carlino 5528f19f87 Split pathfinder struct into an enum to make room for a variation that
just does Dijkstra's. This has a few uses:

- When you import with --skip_ch, the resulting map will still work,
  just more slowly
- For congestion capping experiments, we sometimes want to route around
  a zone. Regenerating the contraction hierarchy for every combination
  of zone being open/closed is likely more complex and expensive than
  just falling back to A* for trips that cut through at least one closed
  zone.

Not regenerating yet
2020-08-22 09:54:02 -07:00
..
src Split pathfinder struct into an enum to make room for a variation that 2020-08-22 09:54:02 -07:00
Cargo.toml randomly distribute residents to buildings in the planning area for #119 2020-07-21 14:00:59 -07:00