-
cvc5/cvc5@b314d8d5c5a094bf5bbd734a4e0a128be7b7097d
murxla/murxla@4cd7f07cb1ee987bce25d14313703cde087eda65
```
(set-option :assign-function-values false)
(declare-const x String)
(assert ((_ divisible…
-
It would be great if Dolmen warns if no quantifiers are used, but a quantified logic was specified:
For example for
```
(set-logic BV)
(declare-const a (_ BitVec 8))
(declare-const b (_ BitVec …
-
## The Problem
This regex, demonstrated here, returns true when it shouldn't (I think!).
This is a golfed exampe -
`perl6 -e 'say "aaa" ~~ m/(a ** {2..*}) ** 2..*/'`
Output:
```
[0] red:…
-
> Created by **@alexanderjsummers** on 2015-09-08 13:00
> Last updated on 2015-10-27 08:33
If two quantifiers are nested, as in:
forall x:T :: forall y:T :: p(x,y)
we might fail to infer trigge…
-
Following recent discussions about `isMonoInst` predicate I've been investigating examples `bad3` and `bad4`. These examples should fail due to monomorphic instantiation constraint on non-GVal let-bou…
-
The following [array_forall](https://github.com/smackers/smack/blob/develop/test/contracts/array_forall.c) example fails for a very silly reason having to do with quantifier instantiation: slight vari…
-
-
1. No one is sleeping. [negative has scope over "one".]
```
(s / sleep
:ARG0 (o / one :polarity -))
```
1. Someone is not sleeping. [negative as scope over "sleep" if "there exists someone…
-
Dans le corpus de **FrenchSpoken**, l'annotation des quantifieurs flottants a soulevé quelques questions. Pour une phrase du type _Ils sont venus tous les deux._, comment _tous les deux_ est-il analys…
ghost updated
6 years ago
-
For the following code:
```
method bug() {
assume forall i | i == 0 :: exists j | j == 0 :: [0][i] == [0][j];
assert forall i | i == 0 :: exists j | j == 0 :: [0][i] == [0][j];
}
```
Da…