-
Develop a feature which can input a proposed model-lemma to a grammar and decide whether or not this proposition could have been the result of some model applied to the grammar's synthesized lemma.
…
-
**Note:** This issue is meant as a place to publicly collect my thoughts and not
as a serious proposal for this repository. I will probably implement a hacky, minimal version of this in my personal f…
-
When I run the command `./Ultimate -tc config/AutomizerBpl.xml -s config/svcomp-Reach-64bit-Automizer_Bitvector.epf -i test.bpl` on the below file, I get the error `SMTLIBException: Parse Error: :14.1…
-
## Release 2.0
- [x] finish native integers
- [x] a bit of clean-up
## Release 2.1
- [ ] merge `with-trakt`
- [x] add embeddings for N
- [ ] add embeddings for positive
- [ ] consequent…
-
Here's an example workflow to illustrate this issue. Suppose I have some C and wish to verify its equivalence to a Cryptol specification. After compiling it to LLVM and lifting that LLVM into the SAW/…
-
For debugging particularly tricky problems I think at some point you need to drop down to the Boogie level. Currently it's kind of tricky to run the same version of Boogie that Dafny is using, because…
-
As discussed at *sub0.1* it would be very useful to be able to write ink contracts in a non-Turing-complete subset that then allows for predictable use of and maybe automatic calculation of resources.
-
This issue might be connected to #2284 which has been fixed recently.
The following code throw and exception (but "5" and "6" are expected)
```lisp
(use-modules (opencog) (opencog exec))
(use…
-
Here is an idea for a new `saw` command that uninterprets a function (or a sequence of functions) in a Term. To provide an example, below we have a function `f` that calls `g`, I then manually uninter…
-
Most of the C API tests don't test anything! They should be ASSERTING various things using the GoogleTest ASSERTION language.
I've added
```
ASSERT_TRUE(false && "FIXME: Actually test something");…