mirror of https://github.com/YosysHQ/abc.git
Fixing a bug and adding verification of minimized counter-example.
This commit is contained in:
parent
abde9fe948
commit
3634f60d7a
|
|
@ -763,9 +763,9 @@ Abc_CexPrintStats( pCare );
|
|||
}
|
||||
// verify the reduced counter-example using ternary simulation
|
||||
if ( !Saig_ManCexVerifyUsingTernary( pAig, pCex, pCare ) )
|
||||
printf( "Saig_ManCbaFindCexCareBits(): Counter-example verification has failed!!!\n" );
|
||||
printf( "Saig_ManCbaFindCexCareBits(): Minimized counter-example verification has failed!!!\n" );
|
||||
else if ( fVerbose )
|
||||
printf( "Saig_ManCbaFindCexCareBits(): Counter-example verification is successful.\n" );
|
||||
printf( "Saig_ManCbaFindCexCareBits(): Minimized counter-example verification is successful.\n" );
|
||||
Aig_ManCleanMarkAB( pAig );
|
||||
return pCare;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue