-
cvc5 6edc06b3fb6367e8366cab1
~~~~
(declare-fun y () String)
(declare-fun z () String)
(assert (not (= (str.contains y (str.replace "A" "" z)) (str.contains y "A"))))
(check-sat)
~~~~
~~~~
cvc5…
-
cvc5 172573dba45f7d231
~~~~
(set-option :strings-inm true)
(declare-fun a () String)
(assert (not (= (str.in_re a (re.diff (re.+ re.allchar) re.allchar)) (str.in_re a (re.++ re.allchar (str.to_re …
-
Commit: 082ec0f
OS: Ubuntu 18.04
```
[548] % z3release small.smt2
""
(str.replace_all "" (str.++ s "A") s)
[549] % cvc5 -q small.smt2
""
(str.replace_all "" (str.++ s "A") s)
[550] % cat sm…
-
**Imported from Bugzilla**
Reporter: *Andres Noetzli*
Status: *NEW*
Severity: *major*
Assigned to: *Andres Noetzli*
Component: *Bitvectors*
Milestone: *1.6*
Version: *master*
Platform: *PC*
OS: *Linux…
-
cvc4 52b6d736220
~~~~
(declare-fun str3 () String)
(declare-fun str8 () String)
(declare-fun str12 () String)
(declare-fun str14 () String)
(declare-fun str15 () String)
(assert (distinct str15…
-
Commit: https://github.com/cvc5/cvc5/commit/0e9fed387aaf5d0cb1844ab20551fbebfcb8893d
OS: Ubuntu 18.04
```
[510] % cvc5 -q small.smt2
unsat
[511] % cvc5 -q --strings-exp --re-elim small.smt2
…
-
To name some of them:
```
CVC4/src/./context/cdlist.h:151:32: warning: 'max_size' is deprecated [-Wdeprecated-declarations]
if(newSize > d_allocator.max_size()) {
…
-
The following input fails with an assertion failure in `symbolicBitVector::matchWidth` -- the size of the bit-vector to match with is 2, and the bit-vector to extend is of size 3.
```
(set-logic A…
-
cvc4 839f64e
~~~~
(set-option :full-saturate-quant true)
(declare-sort c_type 0)
(declare-sort c_ssorted 0)
(declare-sort c_unique 0)
(declare-fun c_sort (c_type c_unique) c_ssorted)
(declare-f…
-
**Describe the bug**
In test/units/api/term_black.cpp starting at line 789.
`ASSERT_EQ(std::make_pair(0l, 1ul), real1.getReal64Value());`
is comparing `std::pair` with `std::pair`, which is dang…