Skip to content
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

Implement the -contradictionlimit option #60

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

matjojo
Copy link
Contributor

@matjojo matjojo commented Aug 30, 2021

Users can now use -cl=number or -contradictionlimit=number to limit how deep the solver searches for contradictions.

This is a naive implementation that only checks after a contradiction is found how long it is.

A possible improvement is to pass this into the solver and actually stop once a certain depth is reached. The solver is luckily quite fast so that is not needed at this point.

@matjojo
Copy link
Contributor Author

matjojo commented Aug 30, 2021

I honestly have no idea how to edit the wiki. So I can't really add the needed changes to this pull request.

Something like

cl | contradictionlimit | Set a limit to the amount of steps that a contradiction may take. should be okay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant