Skip to content

Double sum specification and debugger update #396

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

Merged

Conversation

virgil-serbanuta
Copy link
Contributor

Reviewer checklist
  • Test coverage: stack test --coverage
  • Public API documentation: stack haddock
  • Style conformance: stylish-haskell

@virgil-serbanuta virgil-serbanuta merged commit 3724f93 into runtimeverification:master Jan 7, 2019
phillipharr1s pushed a commit to phillipharr1s/kore that referenced this pull request Feb 15, 2019
phillipharr1s pushed a commit to phillipharr1s/kore that referenced this pull request Feb 15, 2019
@virgil-serbanuta virgil-serbanuta deleted the double-sum branch May 6, 2019 07:42
jberthold added a commit that referenced this pull request Apr 10, 2024
Fixes #391  
Fixes #390 

- Comments inserted into transcript to explain what things are
- `ensures` clauses are now checked with the SMT solver (changes
integration test expectations)
- a test using `==K` (currently fails on `booster-dev`, `kore-rpc`
appears to use internal `==K` logic instead of `z3` to solve it)
- supplying SMT options to `kore-rpc` via the `SMTOption` type in the
new code
- separate kill switch `--no-booster-smt` to disable the SMT solver only
in booster code but keep the one in `kore-rpc`
- ~SMT support for equation evaluation~ reverted

---------

Co-authored-by: github-actions <[email protected]>
jberthold added a commit that referenced this pull request Apr 10, 2024
Fixes #391  
Fixes #390 

- Comments inserted into transcript to explain what things are
- `ensures` clauses are now checked with the SMT solver (changes
integration test expectations)
- a test using `==K` (currently fails on `booster-dev`, `kore-rpc`
appears to use internal `==K` logic instead of `z3` to solve it)
- supplying SMT options to `kore-rpc` via the `SMTOption` type in the
new code
- separate kill switch `--no-booster-smt` to disable the SMT solver only
in booster code but keep the one in `kore-rpc`
- ~SMT support for equation evaluation~ reverted

---------

Co-authored-by: github-actions <[email protected]>
jberthold added a commit that referenced this pull request Apr 10, 2024
Fixes #391  
Fixes #390 

- Comments inserted into transcript to explain what things are
- `ensures` clauses are now checked with the SMT solver (changes
integration test expectations)
- a test using `==K` (currently fails on `booster-dev`, `kore-rpc`
appears to use internal `==K` logic instead of `z3` to solve it)
- supplying SMT options to `kore-rpc` via the `SMTOption` type in the
new code
- separate kill switch `--no-booster-smt` to disable the SMT solver only
in booster code but keep the one in `kore-rpc`
- ~SMT support for equation evaluation~ reverted

---------

Co-authored-by: github-actions <[email protected]>
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.

2 participants