-
Getting open proof error, for example
```
Fatal failure within std::shared_ptr cvc5::ProofNodeManager::mkScope(std::shared_ptr, std::vector&, bool, bool, cvc5::Node) at /home/hbarbosa/cvc/src/pro…
-
**Describe the bug**
On the attached file
[example1.smt2.txt](https://github.com/CVC4/CVC4/files/4214382/example1.smt2.txt)
I get unsat.
Yet sat is correct.
I tried cvc4 to proof that sat is real…
-
cvc5 eefd31d2fe256bdee9
~~~~
(declare-fun i () Int)
(declare-fun a () (Array Int Int))
(declare-fun _3 () (Array Int Int))
(assert (and (= (select a 1) 0) (= _3 (store (store (store a 2 0) 1 1) 0…
-
Hi, for this formula, cvc5 gives `sat`, while gives `unsat` with `--arith-no-partial-fun`.
```
$ cvc5 -q delta.smt2
sat
$ cvc5 -q --arith-no-partial-fun delta.smt2
unsat
$ cat delta.smt2
(ass…
-
cvc5/cvc5@7f4fe916ceda4a42ccbad740d620e5ef852f0280
murxla/murxla@998f16907d49fc0e3b81f122d5c89ae33d2e1ee8
```
TEST_F(TestApiBlackSolver, foo)
{
Solver slv;
Sort s1 = slv.getBooleanSort();
…
-
```
[550] % cvc5-2022-01-14-x86_64-Linux-production -q small.smt2
cvc5 suffered a segfault.
Offending address is 0x4
Looks like a NULL pointer was dereferenced.
Segmentation fault
[551] %
[551…
-
Trying to compile the last release 1.8 using gcc 7.3.0. It fails when compiling `src/expr/type_node.cpp`:
```
In file included from /export/scratch/jelmd/build/CVC4-1.8/src/expr/type_node.cpp:21:0…
jelmd updated
2 years ago
-
**Describe the bug**
If one pops more than one layer at once it then it will erroneously produce an error message. *This error only occurs when `:global-declarations` is set to `true`.*
```
(set-…
-
Hi,
For this formula:
```
(set-option :uf-ho true)
(declare-datatype a ((b)))
(declare-datatype c ((i (j a))))
(declare-datatype e ((f)))
(define-fun d () c (i b))
(declare-fun h (c e Bool) Bool)
(dec…
-
While working on the Debian package for CVC4, I discovered that the test suite [doesn't pass](https://buildd.debian.org/status/logs.php?pkg=cvc4&ver=1.8-1) on many 32-bit architectures, including [x86…