Disabling SAT sweeping in 'map' by default.

This commit is contained in:
Alan Mishchenko 2012-10-23 12:08:15 -07:00
parent 84b54597b4
commit e9783622a2
1 changed files with 1 additions and 1 deletions

View File

@ -13052,7 +13052,7 @@ int Abc_CommandMap( Abc_Frame_t * pAbc, int argc, char ** argv )
DelayMulti = 0;
fAreaOnly = 0;
fRecovery = 1;
fSweep = 1;
fSweep = 0;
fSwitching = 0;
fVerbose = 0;
Extra_UtilGetoptReset();