From d2e42ec081c1783b0e7901749f5496eb2c726f4d Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 21 Oct 2014 20:40:50 -0700 Subject: Disabling MiniSAT 2.2 for now. --- src/base/abci/abc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/abci') 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 ); -- cgit v1.2.3