mirror of https://github.com/YosysHQ/abc.git
Dumping multiple counter-examples.
This commit is contained in:
parent
10dd41beaf
commit
4242cec36e
|
|
@ -2517,7 +2517,7 @@ int IoCommandWriteCex( Abc_Frame_t * pAbc, int argc, char **argv )
|
|||
fprintf( pAbc->Out, "Empty network.\n" );
|
||||
return 0;
|
||||
}
|
||||
if ( pNtk->pModel == NULL && pAbc->pCex == NULL )
|
||||
if ( pNtk->pModel == NULL && pAbc->pCex == NULL && pAbc->vCexVec == NULL )
|
||||
{
|
||||
fprintf( pAbc->Out, "Counter-example is not available.\n" );
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue