Version abc50807

This commit is contained in:
Alan Mishchenko
2005-08-07 08:01:00 -07:00
parent d0e834d1a6
commit bd640142e0
51 changed files with 2606 additions and 442 deletions
-1
View File
@@ -193,7 +193,6 @@ Map_Man_t * Map_ManCreate( int nInputs, int nOutputs, int fVerbose )
p->pSuperLib = Abc_FrameReadLibSuper(Abc_FrameGetGlobalFrame());
p->nVarsMax = p->pSuperLib->nVarsMax;
p->fVerbose = fVerbose;
// p->fEpsilon = (float)0.00001;
p->fEpsilon = (float)0.001;
assert( p->nVarsMax > 0 );