equal
deleted
inserted
replaced
67 state = _Heap::POST_HEAP; |
67 state = _Heap::POST_HEAP; |
68 } |
68 } |
69 |
69 |
70 _Heap& heap; |
70 _Heap& heap; |
71 ItemIntMap& map; |
71 ItemIntMap& map; |
|
72 |
|
73 Constraints() : heap(0), map(0) {} |
72 }; |
74 }; |
73 }; |
75 }; |
74 |
76 |
75 int main() { |
77 int main() { |
76 |
78 |