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)
committerlianah <lianahady@gmail.com>
Thu, 19 Jun 2014 22:24:39 +0000 (18:24 -0400)
commitbbf11e1b852bd888e4afdf2a80970032d85af898
tree96234733feb7ff55b3f1aecf5d8a2f026f9f087c
parentd9804eeaa2394fd413c39ae2f63a508784280a02
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]