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
@fizruk Maybe we can do this (on our side): run normalizer with --chain --max-depth=100 and then count the number of lines it produces. If the number is 100, we can be more or less confident that it didn't finish with a normal form. How does this sound?
Let's assume I have an expression that can't be rewritten, because its rewriting leads to endless recursion:
Is it possible, with the help of normalizer, to confirm that this expression is not normalizable?
The text was updated successfully, but these errors were encountered: