diff options
author | Yen-Sheng Ho <ysho@berkeley.edu> | 2017-04-06 14:18:28 -0700 |
---|---|---|
committer | Yen-Sheng Ho <ysho@berkeley.edu> | 2017-04-06 14:18:28 -0700 |
commit | 2761e5e35bdcb8591ccc445b907af95bd0b16357 (patch) | |
tree | a8668900a34417946dbed84e4f37f811b613005d /src | |
parent | 131a51a4b5d251b05a11c995cbd0289aa615434d (diff) | |
download | abc-2761e5e35bdcb8591ccc445b907af95bd0b16357.tar.gz abc-2761e5e35bdcb8591ccc445b907af95bd0b16357.tar.bz2 abc-2761e5e35bdcb8591ccc445b907af95bd0b16357.zip |
small changes
Diffstat (limited to 'src')
-rw-r--r-- | src/base/wlc/wlcAbs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/base/wlc/wlcAbs.c b/src/base/wlc/wlcAbs.c index 82de4284..e355c313 100644 --- a/src/base/wlc/wlcAbs.c +++ b/src/base/wlc/wlcAbs.c @@ -1724,9 +1724,7 @@ int Wla_ManSolve( Wla_Man_t * pWla, Wlc_Par_t * pPars ) printf( "\n" ); printf( "Abstraction " ); if ( RetValue == 0 ) - { printf( "resulted in a real CEX" ); - } else if ( RetValue == 1 ) printf( "is successfully proved" ); else |