-
salut,
j'essaye de mettre en place le parser pour smt. Pour cela, je pensais définir (dans un fichier formula.ml) le type paramétré 'a formula :
```
type 'a formula =
| And of ('a formula)*('a for…
-
I'm trying to use SBV to generate sample input for functions on data structures, e.g. lists. The idea is to represent all data structures up to some size as distinct variables, and then use a disjunct…
-
```
soos@soosV3560:~/development/smt/klee$ CXX="clang++" CC="clang" ./configure --with-stp=../stp/
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-li…
msoos updated
11 years ago
-
The debug solver works great if the solver is used for a single query. But often the debug solver with a given filename is used with multiple queries, in which case the later queries overwrite the ear…
-
```
soos@soosV3560:~/development/smt/klee$ make
[...]
make[2]: Entering directory `/home/soos/development/smt/klee/lib/Expr'
/home/soos/development/smt/klee/Makefile.rules:456: Provided Compiler "" is…
msoos updated
11 years ago
-
In the following example,
https://github.com/nushio3/practice/blob/master/sbv/square-root.hs
SBV seems to know that there exists at least one solution to (x^2 = 2).
However, it cannot prove that (f…