-
murxla/murxla@caf9e4b8b1eef1c5db2618758657ce98bab2f023
cvc5/cvc5@9b81d04da42615642c2fd4ec6b4637862848ae0a
```
#include
#include
using namespace cvc5::api;
int main(void)
{
Solver slv;
…
-
We should put the call to cvc5 that occurs here:
https://github.com/Barnard-PL-Labs/SequencerLiveCoding/blob/e63429a562506f5caf73ad0c1b98e37e4c0b0bfe/serverSide/cvc4.js#L71
onto an AWS lambda. I…
-
cvc5/cvc5@4877909
murxla/murxla@92d6df2
related to #344
```
#include
#include
using namespace cvc5::api;
int main(void)
{
Solver slv;
slv.setOption("solve-bv-as-int", "iand");…
-
cvc5/cvc5@4877909
murxla/murxla@92d6df2
```
#include
#include
using namespace cvc5::api;
int main(void)
{
Solver slv;
slv.setOption("solve-bv-as-int", "iand");
Sort s12 = slv.g…
-
cvc5/cvc5@cb4274dd5
murxla/murxla@21bf101
cvc5 options: `cvc5 --strings-exp`
```
(set-logic ALL)
(declare-const x Int)
(assert (seq.contains (seq.at (seq.unit (bag false x)) x) (seq.unit (bag false …
-
cvc5/cvc5@4877909
murxla/murxla@92d6df2
```
(set-logic ALL)
(set-option :solve-bv-as-int bv)
(declare-const _x8 Real)
(assert (distinct real.pi _x8))
(check-sat)
```
error:
```
Fatal fa…
-
cvc5/cvc5@cc4a58f5d
murxla/murxla@cf030de
```
(set-logic ALL)
(set-option :produce-models true)
(declare-const x (Bag Bool))
(declare-const _x (Bag Bool))
(check-sat-assuming ((distinct true (= x _x))…
-
We can have multiple versions of python installed at the same time on FreeBSD. Each python version needs its own binding package.
Could you please either split the binding out into a separate proje…
-
Hello again,
when I try to use CVC4 as a solver via `runSMTWith cvc4` I get the following error message on the console.
```
*** Exception:
*** Data.SBV: Failed to initiate contact with the solve…
-
Options: `--check-proofs --proof-check=eager --proof-granularity=theory-rewrite`
Minimized problem originally from `QF_BV/sage/app7/bench_6184.smt2`:
```
(declare-const T (_ BitVec 1))
(assert…