Adds a new CHECK macro that abort()s on failure. (#1532)
authorTim King <taking@cs.nyu.edu>
Wed, 7 Feb 2018 18:19:04 +0000 (10:19 -0800)
committerAina Niemetz <aina.niemetz@gmail.com>
Wed, 7 Feb 2018 18:19:04 +0000 (10:19 -0800)
commita5c952d63bca9f94d3886db4d9c09d08d7a23033
tree9b3748cf9d7ec36e12df9a5b361862ae6ec0fabb
parent0533b9009d23a39bcc78ef85d6e98b62ef304351
Adds a new CHECK macro that abort()s on failure. (#1532)
src/base/Makefile.am
src/base/cvc4_check.cpp [new file with mode: 0644]
src/base/cvc4_check.h [new file with mode: 0644]
src/theory/bv/aig_bitblaster.cpp
src/util/statistics_registry.cpp
test/unit/Makefile.am
test/unit/util/check_white.h [new file with mode: 0644]