Version abc80326

This commit is contained in:
Alan Mishchenko
2008-03-26 08:01:00 -07:00
parent 85207c7568
commit e258fcb2cd
35 changed files with 2770 additions and 693 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ void Extra_StopManager( DdManager * dd )
int RetValue;
// check for remaining references in the package
RetValue = Cudd_CheckZeroRef( dd );
if ( RetValue > 0 )
if ( RetValue > 10 )
printf( "\nThe number of referenced nodes = %d\n\n", RetValue );
// Cudd_PrintInfo( dd, stdout );
Cudd_Quit( dd );