osrm-backend/include
Daniel J. Hofmann b9ed20bb9b Implements Compressed Node Based Graph (De-)Serialization Skeleton
Implements parallel recursion for the partitioner
Fixes osrm-extract's -dump-partition-graph: accept no further tokens

References:
- http://www.boost.org/doc/libs/1_55_0/doc/html/boost/program_options/bool_switch.html

Pulls parameters through to make them configurable from the outside

Defaults are equivalent to:

    ./osrm-partition \
      berlin-latest.osrm \
      --max-cell-size 4096 \
      --balance 1.2 \
      --boundary 0.25 \
      --optimizing-cuts 10

Fixes parallel_do call for Intel TBB 4.2 (Trusty): no range-based overload
2017-03-01 16:09:29 +00:00
..
contractor Merge branch 'minor_fixes' of https://github.com/seemoritz/osrm-backend into seemoritz-minor_fixes 2017-02-07 12:48:29 +00:00
engine Initial Skeleton for Recursive Bisection via Inertial Flow 2017-03-01 16:09:29 +00:00
extractor Implements Compressed Node Based Graph (De-)Serialization Skeleton 2017-03-01 16:09:29 +00:00
osrm Makes the OSRM interface threadsafe. 2016-10-04 09:32:22 +02:00
partition Implements Compressed Node Based Graph (De-)Serialization Skeleton 2017-03-01 16:09:29 +00:00
server clang format 2017-02-13 15:49:30 +00:00
storage shared monitor implementation with a conditional variable 2017-02-24 16:01:56 +00:00
util Optimise Flow Algorithm/Datastructures in use 2017-03-01 16:09:29 +00:00