-
Minimum should be used when you want to quantify the smallest amount of something, like a countable noun or giving a number. Minimal should be used when you want to qualify something, like non-countab…
-
![Screenshot 2023-04-14 at 2.36.57 PM.png](https://raw.githubusercontent.com/nus-cs2103-AY2223S2/pe/master/files/060c40f4-28a8-4601-80e9-19d4a0f3ccc0.png)
It should be for "the current session".
…
-
![Screenshot 2023-04-14 at 2.26.48 PM.png](https://raw.githubusercontent.com/nus-cs2103-AY2223S2/pe/master/files/6ca17130-7e9c-4110-abc0-b7c7730ff205.png)
It should be "which can be a tutorial sessio…
-
```py
from z3 import *
Bool = BoolSort()
S = FiniteDomainSort("S", 2)
R = Function("R", S, S, Bool)
TC_R = TransitiveClosure(R)
x,y = Consts("x y", S)
s = Solver()
s.add(ForAll([x, y], TC_R(…
-
A rudimentary implementation for `forall` and `exists` for kani function contracts. They are implemented as higher-order builtins, which compile to `__CPROVER_forall` and `__CPROVER_exists` respective…
-
-
Something missing in this iteration is quantifiers. I would like to take a shot at implementing them, but I will probably not get around to it before exams (October-November in the southern hemisphere…
-
This have basically same motivation and use cases as [Haskell Extension with the same name](https://gitlab.haskell.org/ghc/ghc/wikis/quantified-constraints)
More idiomatic name: **Given Derivations…
-
Is there a way to specify the time period you want to aggregate the traffic data over when using noise from traffic ?
The roads table input has only 3 time periods : Day (6-18h), Evening (18-22h) a…
-
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 …