Enabled detecting CEXes in multiple POs without stopping (sim3 -a).

This commit is contained in:
Alan Mishchenko
2013-01-23 16:50:45 +07:00
parent dfd871c24d
commit 4efc89d342
2 changed files with 26 additions and 28 deletions
+2
View File
@@ -238,6 +238,8 @@ Abc_Cex_t* _cex_get_vec(int i)
return NULL;
}
if ( pCex == (Abc_Cex_t *)1 )
return pCex;
return Abc_CexDup( pCex, -1 );
}