We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Возвращается `0` на эквивалентности двух одинаковых выражений:
X = Arden.Antimirov (a|)(ab||ba)*(a|) !! Y = Arden.IlieYu (a|)(ab|ba)*(a|) !! Equiv X Y !!
Причём вот на таком запуске:
X = Antimirov (a|)(ab||ba)*(a|) !! Y = IlieYu (a|)(ab|ba)*(a|) !! Equiv X Y !!
получается 1, что очевидно правильно, т.к. там вообще одинаковые автоматы.
1
Originally posted by @TonitaN in #169 (comment)
The text was updated successfully, but these errors were encountered:
#169 (comment)
Sorry, something went wrong.
N1 = Arden.Glushkov {bb*a(|a*|b(a|b(|a)))*} !! Equiv N1 {bb*a(|a*|b(a|b(|a)))*}
если убрать кэширование, результат false
аналогично:
N1 = Arden.Glushkov {bb*a(a|b(b*a)((b|a)))*} !! Equiv N1 {bb*a(a|b(b*a)((b|a)))*}
исправляем Refal-style #234 #173
996812f
не гоняем в строки (надо Ардену)
Successfully merging a pull request may close this issue.
Причём вот на таком запуске:
получается
1
, что очевидно правильно, т.к. там вообще одинаковые автоматы.Originally posted by @TonitaN in #169 (comment)
The text was updated successfully, but these errors were encountered: