Exploration of functions.

This commit is contained in:
Alan Mishchenko 2014-04-30 23:47:50 -07:00
parent 3ba93e3b0f
commit 79a4038f21
1 changed files with 1 additions and 1 deletions

View File

@ -655,7 +655,7 @@ void Abc_EnumerateFuncs( int nVars, int nGates, int fVerbose )
assert( nGates > 0 && nVars + nGates < ABC_ENUM_MAX );
memset( p, 0, sizeof(Abc_EnuMan_t) );
p->fVerbose = fVerbose;
p->fUseXor = 1;
p->fUseXor = 0;
p->nVars = nVars;
p->nNodeMax = nVars + nGates;
p->nNodes = nVars;