lemon/concepts/heap.h
changeset 964 7fdaa05a69a1
parent 877 141f9c0db4a3
parent 953 b873350e6258
child 983 8b2d4e5d96e4
equal deleted inserted replaced
14:27b37666b56d 16:50790b4ed173
   312           own_state = _Heap::POST_HEAP;
   312           own_state = _Heap::POST_HEAP;
   313         }
   313         }
   314 
   314 
   315         _Heap& heap;
   315         _Heap& heap;
   316         ItemIntMap& map;
   316         ItemIntMap& map;
       
   317         Constraints() {}
   317       };
   318       };
   318     };
   319     };
   319 
   320 
   320     /// @}
   321     /// @}
   321   } // namespace lemon
   322   } // namespace lemon