Commit 986bf053 by Alan Mishchenko

Trying to add BMC to random simulation.

parent d2ced9f8
......@@ -892,7 +892,7 @@ int Ssw_RarCheckTrivial( Aig_Man_t * pAig, int fVerbose )
***********************************************************************/
int Ssw_RarSimulate( Aig_Man_t * pAig, int nFrames, int nWords, int nBinSize, int nRounds, int nRandSeed, int TimeOut, int fVerbose )
{
int fTryBmc = 1;
int fTryBmc = 0;
int fMiter = 1;
Ssw_RarMan_t * p;
int r, f, clk, clkTotal = clock();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment