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
SESystems with simple equations (with no variable repetitions) are always trivially unified, regardless the constraints on variables. It's cheaper to check whether system is unified on equation in comparison to on automata.
add boolean field needs_unification to equations
check repetition of variables in equation constructor
add checks for need_unification in code where appropriete
at calls to is_unified and unify only, or
whenever we are calling these functions
The text was updated successfully, but these errors were encountered:
SESystems with simple equations (with no variable repetitions) are always trivially unified, regardless the constraints on variables. It's cheaper to check whether system is unified on equation in comparison to on automata.
needs_unification
to equationsneed_unification
in code where approprieteThe text was updated successfully, but these errors were encountered: