-
### Dafny version
4.4.0
### Code to produce this issue
```dafny
method {:rlimit 10} M(x: int) returns (r: int)
ensures r >= 0
{
return x * x;
}
```
### Command to run and resulting outp…
atomb updated
9 months ago
-
Liquid Type checking currently obtains the VCs from the leafs upward to the root.
The idea of this issue is to push the binders inward to the leafs of the VCs, so we can get more localized error me…
-
This Rust
```
pub trait Field {
fn add(self, _: Self) -> Self;
}
impl Field for i32 {
fn add(self, rhs: Self) -> Self {
self + rhs
}
}
```
Extracts to
```
module Ru…
-
*I am still very new to the theorem prover world and currently experimenting with Vampire. Its hard to find beginner friendly resources about TPTP + Vampire :), so I hope I can find some insight here.…
k00ni updated
5 months ago
-
There seem to be some combinations of circumstances in which the uninterpreted sorts and their universes are not in the model. In the example below, both `x` and `y` are assigned the same `mysort!val!…
-
- Version: dbc3371abe7b284db61636fc2b5c60f2922d17d7
- Environment: Ubuntu 22.04 (Linux kernel 6.5.0-17-generic)
- Command line: `/avr.py --bmc --bin ./build/bin-boolector --timeout 900 --memout 1500…
-
The following may sound a bit strange, but ...
I think kissat (3.1.1) found a model for a CNF (roughly 200k vars, 1m clauses), using `--sat --quiet 1`, after perhaps 15 min, but I am unable to re…
-
Currently native libraries are included directly. We should build them from scratch.
Question: Is native code needed since sat4j seems to work very well?
-
https://github.com/stan-dev/rstan/pull/887 is huge and I think the PR thread will eventually become impossible to follow. So I am opening this issue where you can post anything that is missing in the …
-
Haddocks for `Data.List` (technically, `GHC.List`) warn against [`head`](https://hackage.haskell.org/package/base-4.17.0.0/docs/Prelude.html#v:head) and [`tail`](https://hackage.haskell.org/package/ba…