Fix a bad pclass bug that could cause pnodes with different sets of
features to be lumped togther in one pclass. We were checking to make sure that the second node passed to pclass_equiv() had all the features of the first, but not that the first has all the features of the second.
Please register or sign in to comment