diff options
Diffstat (limited to 'src/opt/dec/decFactor.c')
-rw-r--r-- | src/opt/dec/decFactor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opt/dec/decFactor.c b/src/opt/dec/decFactor.c index 94205196..16e65b79 100644 --- a/src/opt/dec/decFactor.c +++ b/src/opt/dec/decFactor.c @@ -57,7 +57,7 @@ Dec_Graph_t * Dec_Factor( char * pSop ) // derive the cover from the SOP representation pCover = Dec_ConvertSopToMvc( pSop ); - // make sure the cover is CCS free (should be done before CST) + // make sure the cover is CCS ABC_FREE (should be done before CST) Mvc_CoverContain( pCover ); // check for trivial functions if ( Mvc_CoverIsEmpty(pCover) ) @@ -130,7 +130,7 @@ Dec_Edge_t Dec_Factor_rec( Dec_Graph_t * pFForm, Mvc_Cover_t * pCover ) return eNode; } - // make the quotient cube free + // make the quotient cube ABC_FREE Mvc_CoverMakeCubeFree( pQuo ); // divide the cover by the quotient |