PATH corresponds to the install path of ABC. To run CVC4 using ABC use
the --bitblast-aig command line argument.
Please visit http://www.eecs.berkeley.edu/~alanmi/abc/ for more details
-on ABC.
+on ABC.
The GNU Readline library is optionally used to provide command
editing, tab completion, and history functionality at the CVC prompt
Changes since 1.3
=================
+* Building with libc++ instead of libstdc++ (on Mac especially).
* The LFSC proof checker has been incorporated into CVC4 sources.
* By default, CVC4 builds in "production" mode (optimized, with fewer
internal checks on). The common alternative is a "debug" build, which
const Datatype & d = i->getDatatype();
- out << "(" << maybeQuoteSymbol(d.getName()) << " ";
+ out << "(" << maybeQuoteSymbol(d.getName()) << " ";
for(Datatype::const_iterator ctor = d.begin(), ctor_end = d.end();
ctor != ctor_end; ++ctor){
if( ctor!=d.begin() ) out << " ";
main/interactive_shell_black
endif
-# disabled/failing:
-# theory/theory_bv_white \
-#
-
export VERBOSE = 1
# Things that aren't tests but that tests rely on and need to