diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2014-10-21 20:40:50 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2014-10-21 20:40:50 -0700 |
commit | d2e42ec081c1783b0e7901749f5496eb2c726f4d (patch) | |
tree | b56a66ab9391b0fde694671ab2f56f81dd98e705 /src | |
parent | 5c93850553c2c3aa3b9b82848a4adca90a0c8f2f (diff) | |
download | abc-d2e42ec081c1783b0e7901749f5496eb2c726f4d.tar.gz abc-d2e42ec081c1783b0e7901749f5496eb2c726f4d.tar.bz2 abc-d2e42ec081c1783b0e7901749f5496eb2c726f4d.zip |
Disabling MiniSAT 2.2 for now.
Diffstat (limited to 'src')
-rw-r--r-- | src/base/abci/abc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 1340836f..d9ce4163 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -66,7 +66,7 @@ ABC_NAMESPACE_IMPL_START /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// -#define USE_MINISAT22 +//#define USE_MINISAT22 static int Abc_CommandPrintStats ( Abc_Frame_t * pAbc, int argc, char ** argv ); static int Abc_CommandPrintExdc ( Abc_Frame_t * pAbc, int argc, char ** argv ); |