You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, fnormalize! is not always capable of collapsing two or more formulas into one unique representation.
E.g "(b∧a)∨(d∧c)" and "(d∧c)∨(a∧b)" are rearranged into, respectively, "(a∧b)∨(c∧d)" and "(c∧d)∨(a∧b)"; instead, both should collapse to the former string representation.
The text was updated successfully, but these errors were encountered:
Currently,
fnormalize!
is not always capable of collapsing two or more formulas into one unique representation.E.g "(b∧a)∨(d∧c)" and "(d∧c)∨(a∧b)" are rearranged into, respectively, "(a∧b)∨(c∧d)" and "(c∧d)∨(a∧b)"; instead, both should collapse to the former string representation.
The text was updated successfully, but these errors were encountered: