-
Hi, for the following instance,
cvc5 183808b608071890b4d
~~~~
(set-logic ANIA)
(declare-const x Bool)
(set-option :produce-unsat-cores true)
(declare-fun i () Int)
(declare-fun i5 () Int)
(dec…
-
Commit: 0e9fed3
OS: Ubuntu 18.04
```
[532] % cvc4-1.8 -q --check-unsat-cores small.smt2
(define-fun d () Bool (= b a))
[533] % cvc5 -q --check-unsat-cores small.smt2
Fatal failure within void …
-
Commit: https://github.com/cvc5/cvc5/commit/828702825ab82175029e087eb8911575acd43a82
OS: Ubuntu 18.04
```
[509] % cvc5 -q --re-elim --re-elim-agg small.smt2
Fatal failure within static cvc5::No…
-
cvc5 0e9fed387aaf5d0cb184
~~~~
(assert (exists ((skoY Real)) (forall ((skoX Real)) (or (= 0.0 (* skoY skoY)) (and (< skoY 0.0) (or (= skoY skoX) (= 2 (* skoY skoY))))))))
(check-sat)
~~~~
~~~~
c…
-
cvc5 b016f60
~~~~
(declare-fun f0_2 (Real Real) Real)
(declare-fun x8 () Real)
(assert (= 0.0 (f0_2 x8 1.0)))
(push)
(assert (= x8 1.0))
(check-sat)
~~~~
~~~~
cvc5 -q -i --check-models --uf-…
-
For this formula, CVC4 42fe4ae
~~~~
(set-logic LRA)
(declare-fun v2 () Bool)
(declare-fun v3 () Bool)
(declare-fun v4 () Bool)
(declare-fun v5 () Bool)
(declare-fun v6 () Bool)
(declare-fun v7…
-
**Describe the bug**
There are two option_info.cpp files in cvc5/src/api/java/jni/, with one being option_info.cpp and one option_Info.cpp (capital i).
*Note*:
This confuses filesystems with ca…
-
The standard says that the default for :print-success is true.
But both CVC4 and CVC5 have the default as false. (As does Z3)
It may be that the better thing to do is to change the standard, rathe…
-
~~~~
(set-logic QF_LIA)
(set-option :use-soi true)
(declare-const v1 Bool)
(declare-const v2 Bool)
(declare-const v3 Bool)
(declare-const i2 Int)
(declare-const i4 Int)
(declare-const v13 Bo…
-
I'm trying to move to CVC5 from CVC4 in an upstream tool. CVC4 had a command-line argument:
```
--no-interactive-prompt
```
which made cvc4 not print out extra information at the start, whic…