From 17af45424f4510a3fb41c8132780024dcfbd3fd6 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 26 Mar 2013 14:32:21 -0700 Subject: Commenting out undesirable warnings/assertions. --- src/base/abci/abcLog.c | 5 ++--- src/base/abci/abcQbf.c | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/base/abci/abcLog.c b/src/base/abci/abcLog.c index b583aa02..e0ad3cc1 100644 --- a/src/base/abci/abcLog.c +++ b/src/base/abci/abcLog.c @@ -163,9 +163,8 @@ int Abc_NtkReadLogFile( char * pFileName, Abc_Cex_t ** ppCex, int * pnFrames ) if ( pToken ) nFrames2 = atoi( pToken ); } - else - printf( "Warning! The current status is SAT but the current CEX is not given.\n" ); - +// else +// printf( "Warning! The current status is SAT but the current CEX is not given.\n" ); } else if ( !strncmp( Buffer, "snl_UNK", strlen("snl_UNK") ) ) { diff --git a/src/base/abci/abcQbf.c b/src/base/abci/abcQbf.c index 237a56f5..86755433 100644 --- a/src/base/abci/abcQbf.c +++ b/src/base/abci/abcQbf.c @@ -71,7 +71,7 @@ void Abc_NtkQbf( Abc_Ntk_t * pNtk, int nPars, int nItersMax, int fVerbose ) assert( Abc_NtkIsComb(pNtk) ); assert( Abc_NtkPoNum(pNtk) == 1 ); assert( nPars > 0 && nPars < Abc_NtkPiNum(pNtk) ); - assert( Abc_NtkPiNum(pNtk)-nPars < 32 ); +// assert( Abc_NtkPiNum(pNtk)-nPars < 32 ); nInputs = Abc_NtkPiNum(pNtk) - nPars; // initialize the synthesized network with 0000-combination -- cgit v1.2.3