-
For some micro examples, Soot's optimizations lead to unsound results because some operations get simplified to no-ops. Below our intermediate for the failing test case [horn-encoding/regression/Unsat…
-
I am using korn to only generate the CHCs for a svcomp-task.
Currently, Korn generates a new uninterpreted function (e.g. `$main_if1`) for a branch.
As far as i understood it, these predicates a…
-
The solver crashes on non-linear constraints right now. An example is 'challenge2onebucket' in benchmarks.
-
The way feature steps are currently implicitly encoded is a pain. First, you have to read the spec very carefully to understand the semantics (which are the opposite of what at least I would intuitive…
-
| --- | --- |
| Bugzilla Link | [508592](https://bugs.eclipse.org/bugs/show_bug.cgi?id=508592) |
| Status | NEW |
| Importance | P3 enhancement |
| Reported | Dec 02, 2016 05:32 EDT |
| Modified …
-
Here's my query encoded in the muz format:
```
(set-logic HORN)
(declare-rel $END_QUERY ())
(declare-rel INV_REL
((_ BitVec 32) Int (_ BitVec 32)
(_ BitVec 32) Int (_ BitVec 32)))
(declare-v…
-
As discussed at TACAS, it would be great if Theta could support CHC front-end. The language is a simple extension of SMT-LIB, format described [here](https://chc-comp.github.io/format.html).
At least…
-
I ran CHCs of a small java program using Eldarica. With`-log` option I noticed that in preprocessing phase initial 96 clauses were simplified to 9 clauses and then solved. I am wondering if there is a…
-
More reliable way to architect persistent experiments, etc, would be to insert the experiments _to be run_, then run the batch script just with the database and record ID. Then when results are in, it…
bholt updated
11 years ago
-
Running spacer or pdr on the SMT file below, I get the following output
```
sat
(model
(define-fun |g$unknown:5| ((x!0 Int) (x!1 Int)) Bool
true)
(define-fun |f$unknown:3| ((x!0 Int) (…