Small change in exact synthesis.

This commit is contained in:
Mathias Soeken 2016-08-08 18:52:11 +02:00
parent 7cc0094a0e
commit 80551de3c5
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ static inline Ses_Man_t * Ses_ManAlloc( word * pTruth, int nVars, int nFunc, int
p->fVerbose = fVerbose;
p->fVeryVerbose = 0;
p->fExtractVerbose = 0;
p->fSatVerbose = 1;
p->fSatVerbose = 0;
return p;
}