-
CBMC version: 5.80.0 (cbmc-5.80.0)
Operating system:Ubuntu 16.04
Exact command line resulting in the issue: cbmc undCBMCSmall.c --external-sat-solver z3
What behaviour did you expect: VERIFICA…
-
Sometimes the simplified CNF produced by coprocessor is empty. I don't know how to interpret this result.
For example, here's a very simple CNF:
```
p cnf 3 3
1 -2 -3 0
-1 2 -3 0
-1 -2 3 0
…
-
Now we use quokka-sharp as
```
import quokka-sharp as qk
# the input circuit should be in QASM format
# compute probability of measurement outcome 0 on the first qubit
res = qk.Me…
-
I'm trying to make Elixir bindings for this library. During testing of the bindings I noticed that in my test quantile queries were off by more than the error bound (compared to the quantiles on a sor…
-
Currently the lecture on feature modeling (4) is usually too long to fit into a typical time slot of ninety minutes. I usually only explain the first two blocks of the lecture and move the third block…
-
A possible O(|V|_|E|_log(|V|)) algorithm can be found in:
Zvi Galil, Efficient algorithms for finding maximum matching in graphs, ACM Computing Surveys, 1986.
A Python implementation of the algorith…
-
based on issue #8
-
punted from 0.4.0 -- I can't figure out a good algorithm/recurrence
-
Find some benchmarks from BDD packages or SAT solvers and set them up to measure performance of our BDD implementation.
-
cnf2xnf reports error
"cnf2xnf: error: clause missing".
It appears that the error arises when the input file contains comments, e.g. lines starting with "c ".
Tested on two files with the same…