-
two layers of parallelism
1. adaptive concretization: M == number of cores
2. our parallelism with salu_config: N == (# states) ^ (# state vars)
The total number of threads is N * M
From benchm…
-
The example https://github.com/zhanghongce/inv-syn-examples/blob/master/aes-sygus/wrapper.smt2
is much faster when using `--sygus-pbe` despite the PBE solver not being the required solver (due to a l…
-
It should actually be oracle-guided synthesis.
-
**flowlets.sk file content:**
```
| StateAndPacket | program(| StateAndPacket | state_and_packet) {
state_and_packet.pkt_0 = state_and_packet.pkt_0;
state_and_packet.pkt_1 = state_and_packet.p…
-
-
For the following total & one-to-one (scalar-sort -> Int) function assertion:
```smt2
(set-logic ALL)
(declare-datatypes ((Device 0))
(((heat) (thermo) (pc) (phone) (internet))))
(define-sort …
-
a) I have
1) sbt - 0.13.2
2) scala - 2.10.3
3) Z3 - 4.4.1
...on my machine. I am aware these are outdated versions but its for a specific project.
Now, I followed the steps mentioned [here](h…
-
See the post-merge discussion in #929, in particular @peterschrammel's [statement](https://github.com/diffblue/cbmc/pull/929#issuecomment-302047930).
-
Hi,
I built the `frontend` with `make` on a 32bit Ubuntu 14.04 setup (same as in the Dockerfile) and used it to get *.ir files with `make stencil` in the `CloverLeaf_Serial` folder. Then, I used the …
-
Working on this over here: https://github.com/opengeospatial/HY_Features/wiki/HY_Features-NHDPlus-Mapping This issue will be a space for discussion.