From f8fb154229a917cf8ad5cd65192a6f311b2de5f5 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 27 Aug 2011 22:44:21 +0700 Subject: Change 'testcex' to modify the PO number. --- src/base/abci/abc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 1802f24a..7b7b4425 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -20416,7 +20416,7 @@ int Abc_CommandTestCex( Abc_Frame_t * pAbc, int argc, char ** argv ) pAbc->pCex->iPo = Gia_ManFindFailedPoCex( pGia, pAbc->pCex, nOutputs ); if ( pAbc->pCex->iPo == -1 ) { - pAbc->pCex->iPo = iPoOld; +// pAbc->pCex->iPo = iPoOld; Abc_Print( 1, "Main AIG: The cex does not fail any outputs.\n" ); } else if ( iPoOld != pAbc->pCex->iPo ) @@ -20445,7 +20445,7 @@ int Abc_CommandTestCex( Abc_Frame_t * pAbc, int argc, char ** argv ) pAbc->pCex->iPo = Gia_ManFindFailedPoCex( pAbc->pGia, pAbc->pCex, nOutputs ); if ( pAbc->pCex->iPo == -1 ) { - pAbc->pCex->iPo = iPoOld; +// pAbc->pCex->iPo = iPoOld; Abc_Print( 1, "And AIG: The cex does not fail any outputs.\n" ); } else if ( iPoOld != pAbc->pCex->iPo ) -- cgit v1.2.3