-
Towards long term research purposes. Currently considering Z3, CVC4, CVC5.
-
Hi,
For this formula:
```
(set-option :sygus-inference true)
(set-option :sygus-rr true)
(set-option :conjecture-gen true)
(set-option :conjecture-no-filter true)
(set-option :dt-infer-as-lemmas true)…
-
```
[599] % cvc4 -q small.smt2
Fatal failure within virtual bool CVC4::theory::quantifiers::fmcheck::FullModelChecker::processBuildModel(CVC4::theory::TheoryModel*) at src/theory/quantifiers/fmf/full…
-
CVC4/CVC4#2240 temporarily disabled examples/api/java/CVC4Streams.java and examples/api/java/PipedInput.java until the Swig bindings for the new API are in place.
-
I ran vagrant up in the vm/ directory, but I don't see any cvc4-js directory. Is there anything else that needs to be done?
-
In this example, the VC for the precondition check in the call to `gg` in the `insert` function takes ~2 minutes to solve. It's probably `z3` (tried with 4.8.6 and also with latest version) which is s…
-
-
Hi, for the following fomula
~~~~
(set-logic QF_LIRA)
(declare-const i1 Int)
(declare-const r2 Real)
(declare-const i13 Int)
(assert (is_int (- 0.0 0.0 0.0 r2 (to_real (abs i1)))))
(assert (< (…
-
**Describe the bug**
[bv2nat.smt2.txt](https://github.com/cvc5/cvc5/files/6457538/bv2nat.smt2.txt)
[bvextend.smt2.txt](https://github.com/cvc5/cvc5/files/6457539/bvextend.smt2.txt)
Not really a…
-
Any plans to update CVC4 and move towards using pycvc4? The current supported CVC4 version has bugs and general feature limitations that are solved by later cvc4 releases, but they have switched to th…