-
Having a log of the played books/files would be neat.
Simply a CSV style file containing date/time and filename.
-
Hi David,
I am working on a topic of using quantified expressions in verification. In order to use JML, OpenJML has caught my attention.
However, I found that there are weird cases in using quanti…
-
In my mind, some good next steps are:
- [x] Add history to the graphql API (maybe https://github.com/quantified-uncertainty/metaforecast/issues/50)?
- [x] Add charts functionality, both as an endpoi…
-
Hi ! Your work is truly impressive!
I noticed that the quantified evaluation results of the MVPose algorithm on the Panoptic dataset are very poor. In the MVPose paper, it is mentioned that only qual…
-
We have `inst-lemma` for instantiating universally quantified variables of a lemma, but is there an equivalent for instantiating type variables of a binding?
The particular issue I'm running into is …
-
The performance implications of using "narrow" RANGEDELs are not quantified, and we've speculated about them in various discussions in the past. We also have code like the following in CockroachDB, wh…
-
The following program verifies under `carbon` but not `silicon`:
```Loop invariant (forall r: Ref :: { r.next } (r in nodes) ==> acc(r.next, write)) && (forall r: Ref :: { r.next } (r in nodes) ==>…
-
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 …
-
## Description
User-defined/Built-in KeY sorts are supposed to be accessible from within JML using a `\dl_` escape. However, this does not work within quantified expressions.
### Steps to r…
-
in quantified expressions, queries like
some $a in (1,2,"a") satisfies $a
throws An error has occurred: org.rumbledb.items.IntItem cannot be cast to org.rumbledb.items.BooleanItem
it seems the…