Commit efc1c858 by Alan Mishchenko

Fixed problem with timeout in &bmc.

parent 227963f0
...@@ -1081,6 +1081,8 @@ int Gia_ManBmcPerform( Gia_Man_t * pGia, Bmc_AndPar_t * pPars ) ...@@ -1081,6 +1081,8 @@ int Gia_ManBmcPerform( Gia_Man_t * pGia, Bmc_AndPar_t * pPars )
if ( pPars->nTimeOut <= 0 ) if ( pPars->nTimeOut <= 0 )
return -1; return -1;
} }
else
return -1;
// set the new frames limit // set the new frames limit
pPars->nFramesAdd *= 2; pPars->nFramesAdd *= 2;
} }
......
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