-
The interface of `Z3_parse_smtlib2_file()` looks like this
```c++
Z3_ast Z3_API Z3_parse_smtlib2_file(Z3_context c, Z3_string file_name,
unsigned num_s…
-
I've got a problem I'm trying to solve with `sbv` where it would be useful to be able to use a record as an interpreted sort, rather than as a an uninterpreted sort containing interpreted sorts. The m…
-
I'm using the latest commit `2066aba0074a11f7409007b0417f33e40efb753b`.
If I write a program that converts from floating-point to integer type:
toWord8 :: SDouble -> SWord8
toWord8 = fr…
-
Add yices 2 solver-id, with the appropriate executable name and flags in the
`.torxakis.yaml` file.
Yices can be obtained from https://github.com/SRI-CSL/yices2 under the GPL license.
-
Currently for interface contracts it is not checked if transition triggers and guards are mutually exclusive. The semantics of Franca PSMs is that all transitions with the same trigger event will be …
-
I have tried to compile the Enumerative Solver, using g++ version 5.4.0 under Ubuntu 16.04LTS 64 bits but I get undefined reference errors:
`:(.text.startup+0x86): undefined reference to ESolver::S…
-
> Created by **@aterga** on 2018-05-07 19:12
> Last updated on 2018-06-05 20:34
Silicon does not seem to handle some bigger ADT encodings very well. In particular, it takes extreme amount of memory a…
-
If you define an ADT in terms of Maps and other struct types, such as the following:
```
struct Node {
var next: Node;
}
datatype Interface =
int(inf: Map,
fm: Map,
FP: Set,
…
-
I have `jsoncpp 1.8.3`. I am building from the source I am facing with following error:
```
-- boost headers: /opt/local/include
-- boost lib : /usr/local/lib/libboost_regex-mt.a;/usr/local/li…
-
Not sure where the issue is here. I used to be able to do `z3._coerce_exprs` just fine, but now i get an error. Btw, running on `pip install z3-solver`:
```
In [1]: import z3
In [2]: z3._coerce…