Dumping multiple counter-examples.

This commit is contained in:
Alan Mishchenko 2019-11-19 21:08:02 +08:00
parent 10dd41beaf
commit 4242cec36e
1 changed files with 1 additions and 1 deletions

View File

@ -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;