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
Currently the pl_resolution function is too slow, as it is checking all the clauses. We can use some heuristics such as:
pl_resolution
The text was updated successfully, but these errors were encountered:
[Optimization] Trying to fix inconsistencies with my previous impleme…
3a8274b
…ntation (#30)
[Optimization] Add exhausted knowledge threshold to avoid high memory…
220cbd5
… usage and False reduction (#30)
No branches or pull requests
Currently the
pl_resolution
function is too slow, as it is checking all the clauses. We can use some heuristics such as:The text was updated successfully, but these errors were encountered: