From ca4145c7ef07122878cfa4e63040bda7eb19c969 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 19 Apr 2013 11:21:39 -0700 Subject: Typo in the comments. --- src/opt/fxu/fxuReduce.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/opt') diff --git a/src/opt/fxu/fxuReduce.c b/src/opt/fxu/fxuReduce.c index b8640158..0aaded9a 100644 --- a/src/opt/fxu/fxuReduce.c +++ b/src/opt/fxu/fxuReduce.c @@ -97,18 +97,18 @@ int Fxu_PreprocessCubePairs( Fxu_Matrix * p, Vec_Ptr_t * vCovers, int nPairsTota { ABC_FREE( pnLitsDiff ); ABC_FREE( pnPairCounters ); - printf( "The SOPs of the nodes are not cube-ABC_FREE. Run \"bdd; sop\" before \"fx\".\n" ); + printf( "The SOPs of the nodes are not cube-free. Run \"bdd; sop\" before \"fx\".\n" ); return 0; } if ( pnPairCounters[1] != 0 ) { ABC_FREE( pnLitsDiff ); ABC_FREE( pnPairCounters ); - printf( "The SOPs of the nodes are not SCC-ABC_FREE. Run \"bdd; sop\" before \"fx\".\n" ); + printf( "The SOPs of the nodes are not SCC-free. Run \"bdd; sop\" before \"fx\".\n" ); return 0; } - assert( pnPairCounters[0] == 0 ); // otherwise, covers are not dup-ABC_FREE - assert( pnPairCounters[1] == 0 ); // otherwise, covers are not SCC-ABC_FREE + assert( pnPairCounters[0] == 0 ); // otherwise, covers are not dup-free + assert( pnPairCounters[1] == 0 ); // otherwise, covers are not SCC-free nSum = 0; for ( k = 0; k < 2 * nBitsMax; k++ ) { @@ -178,7 +178,7 @@ int Fxu_PreprocessCubePairs( Fxu_Matrix * p, Vec_Ptr_t * vCovers, int nPairsTota entries as there are different pairs of cubes in the cover: n(n-1)/2. Fills out the array pDiffs with the following info: For each cube pair, included in the array is the number of literals in both cubes - after they are made cube ABC_FREE.] + after they are made cube free.] SideEffects [] -- cgit v1.2.3