Skip to content

Conversation

@notatallshaw
Copy link
Collaborator

Fixes #180

Implements an optimistic backjumping strategy where it is assumed to be logically sound unless a Resolution Impossible is hit, then reverts back to the state where optimistic backjumping first diverged from regular backjumping/backtracking, and tries again. This speeds up a lot of scenarios, but isn't a 100% win.

I would like to add tests similiar to #158 as not to regress with any future improvements, I will see if I can figure out some.

@notatallshaw
Copy link
Collaborator Author

Closing in favor of #188

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.

Back jump doesn't do well in some cases

1 participant