From 83f54185ef74a35e54a003a39810b7d755941af4 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 24 Jun 2020 10:57:47 -0700 Subject: Bug fix in &cec (properly updating the status after the corner case bug fix\). --- src/base/abci/abc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 69d72757..d9498510 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -36966,6 +36966,7 @@ int Abc_CommandAbc9Cec( Abc_Frame_t * pAbc, int argc, char ** argv ) Abc_Print( 1, "Networks are NOT EQUIVALENT. Output %d trivially differs (different phase). ", i ); Abc_PrintTime( 1, "Time", Abc_Clock() - clk ); } + pAbc->Status = 0;// satisfiable break; } if ( pAbc->pGia->pCexComb == NULL ) -- cgit v1.2.3