Changing the default value of &vta -t to reduce proof memory usage.

This commit is contained in:
Alan Mishchenko 2012-07-07 14:43:14 -07:00
parent 504cdad865
commit 16d96fcf53
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ void Gia_VtaSetDefaultParams( Gia_ParVta_t * p )
p->nLearntMax = 1000; // max number of learned clauses
p->nTimeOut = 0; // timeout in seconds
p->nRatioMin = 10; // stop when less than this % of object is abstracted
p->fUseTermVars = 1; // use terminal variables
p->fUseTermVars = 0; // use terminal variables
p->fUseRollback = 0; // use rollback to the starting number of frames
p->fVerbose = 0; // verbose flag
p->iFrame = -1; // the number of frames covered