-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
browser freeze McCune group example #28
Comments
The problem occurs in the equality reasoner. The script doesn't seem to be stuck in a loop, but it's exploring too many possibilities, considering deeply nested terms like Need to investigate. |
Its a quite difficult problem when attacked brute force. You find some timing mesurements here, by a method without caching, basically a classical DPLL variant, i.e. does this terminate, i.e. model finder Ciao Prolog does it in about 4 minutes. McCune ordering and some symmetry breaking heuristics, |
I am trying the McCune group example, and I noticed a browser freeze:
Its usually freezing here:
The problem link is:
https://www.umsu.de/trees/#(~6X(m(0,X)=X)~1~6X(m(i(X),X)=0)~1~6X~6Y~6Z(m(m(X,Y),Z)=m(X,m(Y,Z))))~5(m(a,b)=m(b,a))
The text was updated successfully, but these errors were encountered: