Experiments with Boolean functions.

This commit is contained in:
Alan Mishchenko 2018-10-02 18:37:33 -04:00
parent 5bb6d45615
commit bc65461cc9
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ void Dtt_PrintMulti( Dtt_Man_t * p )
break;
printf( "n=%2d : ", n );
printf( "All = %7d ", Count );
printf( "Ave = %3d ", Total/Count );
printf( "Ave = %6.2f ", 1.0*Total/Count );
for ( i = 0; i < 11; i++ )
if ( Counts[n][i] )
printf( "%6d", Counts[n][i] );