mirror of https://github.com/YosysHQ/abc.git
small changes
This commit is contained in:
parent
131a51a4b5
commit
2761e5e35b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue