-
Is there support for exists-forall (linear real arithmetic) solving using the Python API?
If so, can you please point me to some examples?
-
CBMC version: current develop (cf084e6b93bc)
Operating system: Ubuntu 20.04
Exact command line resulting in the issue:
```
goto-cc main.c
goto-instrument --pointer-check a.out a.out
goto-synthes…
-
Hi, I noticed that Souper has support for some examples based on **phi** nodes and I was wondering if it is able to synthesize the following small switch-case example:
```
define i8 @src(i8 %0) {
…
-
Unknown command line argument '-z3-path=/home/op/souper-main/third_party/z3-install/bin/z3'
-
This has come up in reviewing a number of PRs recently and I thought it might be good to have a documented consensus on this. To achieve one, we possibly need a discussion. So this is my understandi…
-
This issue will be used for the communication concerning the testing phase of submission 70.
-
CBMC version: 6.0.1
Operating system: ALT Linux
Exact command line resulting in the issue: `cmake --build aarch64-alt-linux --verbose --parallel 24`
What behaviour did you expect: success
What h…
-
1. I think that spec.param and spec.vars should contain exactly same variables since the function Spec.verify gives counterexamples for spec.param. So to test constraints with these examples, shouldn'…
-
cvc5/cvc5@1b649b4877c77c878e2865e19cad531309dc9a4d
murxla/murxla@3c45751cb73ce5ff0157aff6783aec3c9000f0f7
```
#include
using namespace cvc5;
int main(void)
{
Solver solver;
solver.setOption("increm…
-
Hi! When running `part2_listbound5_seed1.rkt` file in [issue.zip](https://github.com/emina/rosette/files/13747611/issue.zip), which uses bitwuzla as the solver, I'm seeing an error with the following …