Improvements to LMS code.

This commit is contained in:
Alan Mishchenko
2012-10-28 18:17:28 -07:00
parent c73c37a99d
commit 15895cd2e3
4 changed files with 254 additions and 24 deletions
+2
View File
@@ -1664,6 +1664,8 @@ unsigned Kit_TruthSemiCanonicize( unsigned * pInOut, unsigned * pAux, int nVars,
// canonicize output
uCanonPhase = 0;
for ( i = 0; i < nVars; i++ )
pCanonPerm[i] = i;
nOnes = Kit_TruthCountOnes(pIn, nVars);
//if(pIn[0] & 1)