update to abc install instructions
authorlianah <lianahady@gmail.com>
Thu, 19 Jun 2014 21:11:19 +0000 (17:11 -0400)
committerlianah <lianahady@gmail.com>
Thu, 19 Jun 2014 22:24:40 +0000 (18:24 -0400)
INSTALL

diff --git a/INSTALL b/INSTALL
index 5768cfb34110efae33020ed5ee829cb8e8f4cb71..c1258e3edb8082b0f259177e2f1d8d769a711652 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -130,7 +130,16 @@ licensing CVC4 under that same license.
 Please visit http://www.gnu.org/software/glpk/ for more details about GLPK.
 
 ABC: A System for Sequential Synthesis and Verification is a library
-for synthesis and verification of logic circuits.
+for synthesis and verification of logic circuits. This can be used to
+speed up the eager bit-vector solver by first encoding the bit-blasted
+formula into AIG format and then using ABC to simplify the AIG. To
+install abc run the contrib/get-abc script which will download and
+install a compatible version of ABC in the cvc4 directory. To configure
+CVC4 to use abc configure with --with-abc and --with-abc-dir=PATH, where
+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. 
 
 The GNU Readline library is optionally used to provide command
 editing, tab completion, and history functionality at the CVC prompt