diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2011-06-25 09:48:23 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2011-06-25 09:48:23 -0700 |
commit | 0985eaca6cc0fe721535fc159148b95ba60aa601 (patch) | |
tree | 20b8468dd69c26720a926a245093ff40d80a1c59 | |
parent | 49869d08ec3b318e649109936eb7593390e7f878 (diff) | |
download | abc-0985eaca6cc0fe721535fc159148b95ba60aa601.tar.gz abc-0985eaca6cc0fe721535fc159148b95ba60aa601.tar.bz2 abc-0985eaca6cc0fe721535fc159148b95ba60aa601.zip |
Updated 'iprove' to generate seq CEX when CEC fails (small fix).
-rw-r--r-- | src/base/abci/abc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index e6d2f052..dca0fcb8 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -10638,7 +10638,6 @@ int Abc_CommandIProve( Abc_Frame_t * pAbc, int argc, char ** argv ) { Abc_Cex_t * pCex = Abc_CexDeriveFromCombModel( pNtkTemp->pModel, Abc_NtkPiNum(pNtkTemp), 0, iOut ); Abc_FrameReplaceCex( pAbc, &pCex ); - } return 0; |