Commit a0df379b by Alan Mishchenko

Various modifications.

parent fcdd9148
......@@ -1023,7 +1023,8 @@ Gia_Man_t * Gia_ManAigSyn2( Gia_Man_t * p, int fVerbose, int fVeryVerbose )
Jf_Par_t Pars, * pPars = &Pars;
Lf_ManSetDefaultPars( pPars );
// pPars->fVerbose = 1;
pPars->nRelaxRatio = 40;
pPars->fCoarsen = 1;
pPars->nRelaxRatio = 20;
if ( fVerbose ) Gia_ManPrintStats( p, NULL );
if ( Gia_ManAndNum(p) == 0 )
return Gia_ManDup(p);
......
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