-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: checkpoint tactic state before in CSE and restore on failure […
…1/4?] (#114) This fixes the bug reported by @shigoel, where we would get a `no goals to be solved` failure after the `cse` tactic was run on all hypotheses --- we were incorrectly backtracking, which is fixed now. The next PRs will improve scaling issues by the following: 1. adding a custom amount of fuel that will allow the CSE tactic to stop gracefully. 2. Not CSEing small objects such as `Nat` literals which are ubiquitous, as well as pointless to CSE. We will also make improvements to debug logging in a separate commit. Thus, we anticipate this patch set to have four patches, which will be peeled from #113
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters