-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
mrsolver
tactic, remove old MRSolver interface (#1907)
* add refines SAW command to build refinesS terms * have refines command use fresh_symbolic variables * add MREvidence, keep track of Theorems and SolverStats, overhaul MRSolver commands * revert unnecessary DataTypeAssump bits of 33694b2 * fix infinite loop in `mrCallsFun` on recursive sub-functions * use solver caching (i.e. use applyProverToGoal) in MRSolver * fix typo in docs of mrsolver_with * remove extraneous .saw from heapster-saw Makefile * incorporate comments from @bboston7 and @eddywestbrook * add RefinesS type for asRefinesS, fix haddock
- Loading branch information
Showing
18 changed files
with
873 additions
and
569 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
include "exp_explosion.saw"; | ||
|
||
import "exp_explosion.cry"; | ||
monadify_term {{ op }}; | ||
|
||
exp_explosion <- parse_core_mod "exp_explosion" "exp_explosion"; | ||
mr_solver_prove exp_explosion {{ exp_explosion_spec }}; | ||
prove_extcore mrsolver (refines [] exp_explosion {{ exp_explosion_spec }}); |
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
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
Oops, something went wrong.