Refactor edge expansion into extract phase. New temporary file is generated - '.osrm.ebg' which is used by

This commit is contained in:
Daniel Patterson
2015-10-01 12:47:29 -07:00
parent cdc4fb45f2
commit e45656e5bf
20 changed files with 458 additions and 351 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include "../../data_structures/compressed_edge_container.hpp"
#include "../../data_structures/restriction_map.hpp"
#include "../../data_structures/node_based_graph.hpp"
#include "../../contractor/speed_profile.hpp"
#include "../../extractor/speed_profile.hpp"
#include "../../typedefs.h"
#include <boost/test/unit_test.hpp>