From 533ff6984e4a757dedb14210b0cdbd4ce254ab6e Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 13 May 2013 23:25:34 -0700 Subject: Commenting assertion that does not hold in AIGER 1.9, accoring to Baruch Sterin. --- src/base/io/ioReadAiger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/io') diff --git a/src/base/io/ioReadAiger.c b/src/base/io/ioReadAiger.c index 5c31f56c..ab3c1e87 100644 --- a/src/base/io/ioReadAiger.c +++ b/src/base/io/ioReadAiger.c @@ -284,7 +284,7 @@ Abc_Ntk_t * Io_ReadAiger( char * pFileName, int fCheck ) nAnds = atoi( pCur ); while ( *pCur != ' ' && *pCur != '\n' ) pCur++; if ( *pCur == ' ' ) { - assert( nOutputs == 0 ); +// assert( nOutputs == 0 ); // read the number of properties pCur++; nBad = atoi( pCur ); while ( *pCur != ' ' && *pCur != '\n' ) pCur++; -- cgit v1.2.3