Move graph compression code outside of EBGF

This commit is contained in:
Patrick Niklaus
2015-06-24 01:55:30 +02:00
parent 9958937fd1
commit 7345dc6861
8 changed files with 335 additions and 270 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ class RestrictionMap
bool
CheckIfTurnIsRestricted(const NodeID node_u, const NodeID node_v, const NodeID node_w) const;
std::size_t size() { return m_count; }
std::size_t size() const { return m_count; }
private:
// check of node is the start of any restriction