summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-03-26 14:32:21 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-03-26 14:32:21 -0700
commit17af45424f4510a3fb41c8132780024dcfbd3fd6 (patch)
treed2f9e6d8570d2b34a505626f01f1013b5ed8057c
parent93b1031664a0c0fea6902bb2f2b642a5eabb9dc7 (diff)
downloadabc-17af45424f4510a3fb41c8132780024dcfbd3fd6.tar.gz
abc-17af45424f4510a3fb41c8132780024dcfbd3fd6.tar.bz2
abc-17af45424f4510a3fb41c8132780024dcfbd3fd6.zip
Commenting out undesirable warnings/assertions.
-rw-r--r--src/base/abci/abcLog.c5
-rw-r--r--src/base/abci/abcQbf.c2
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