-
As discussed in #88, it is desirable to have a formal memory model for SharedArrayBuffer. We've secured funding for such a project, and will be pursuing it over the next year.
This issue tracks the p…
-
Possibly having a reminder in the installation instructions to add /*/lean4/build/release/stage1/bin to your path in your .bashrc could be helpful.
-
(not an issue)
-
I'm running into issues installing Haskell z3 on my m2 MacBook. I've ran the following commands:
```
brew install z3
cabal install z3 --lib
```
This results in the following error message:
…
-
Alive2 verifies the example below (`nsw` added to `%iv.next` in `%loop`) as correct without any unrolling options and with `--disable-undef-input -tgt-unroll=1 -src-unroll=1`. It fails to verify with …
fhahn updated
2 years ago
-
When I run the `non-incremental/QF_NRA/meti-tarski/atan/problem/2/weak/atan-problem-2-weak-chunk-0139.smt2` benchmark, I get the following error message:
```
$ z3 ./non-incremental/QF_NRA/meti-tar…
-
Just to double check: the functions `decode` and `execute` are not keywords in Sail? I'm asking, because I want to know if there is a purely syntactic way of distinguishing the definitions of instruc…
-
-
The following seems to be a mild regression:
```
val _ = Datatype`inum = inum num | infty`;
val ilt_def = Define`
(ilt (inum x) (inum y) x < y) ∧
(ilt (inum _) infty T) ∧
(ilt infty _ …
mn200 updated
9 years ago
-
```
sawscript> let {{ p (x:Bit) = if (x < x) then undefined else True }}
sawscript> prove abc {{ p }}
Valid
sawscript> prove z3 {{ p }}
user error ("prove" (:1:1-1:6):
"z3" (:1:7…