This commit adds a priority queue implementation. This is to avoid compilation troub...
authorTim King <taking@cs.nyu.edu>
Tue, 17 Jun 2014 15:55:51 +0000 (11:55 -0400)
committerTim King <taking@cs.nyu.edu>
Tue, 17 Jun 2014 15:55:51 +0000 (11:55 -0400)
commitda2b0b9a85f82b1416d09d0f5eba7210299f132d
tree96234733feb7ff55b3f1aecf5d8a2f026f9f087c
parent8b56004ee8bf6c34aaf045bec12bf0e4401a044c
This commit adds a priority queue implementation.  This is to avoid compilation troubles with libc++.
src/theory/arith/error_set.cpp
src/theory/arith/error_set.h
src/util/Makefile.am
src/util/bin_heap.h [new file with mode: 0644]