-
Hello,
I just installed Mobius in my Eclipse environment (using the Eclipse update site), opened the "Verification" perspective, and ran ESC/Java2 Simplify & Z3 on some Java projects.
I did first c…
atiti updated
11 years ago
-
Here is an example:
jml specification:
/*@ ensures \result ⇐⇒ (e == array[0]
```
@ e == array[1] @ e == array[2] @ e == array[3] @ e == array[4] @ e == array[5] @ e == array[6] @ e == array[7]); @ …
atiti updated
11 years ago
-
Make enhancements and fixes to the linear algebra package. For example, we currently don't even have a proper definition for a Unitary matrix to be able to declare
U^{-1} = U^{\dag}
One minor iss…
-
See #43 and #42.
-
This is a tracking issue for all things related to denotational semantics and CUE.
More details to follow.
-
Some code in Vampire's tree appears to no longer be used. While this is not a problem in itself, it adds to the noise for new contributors and some dead code is still being compiled or even linked (se…
-
I saw that Visual Studio 2019 (and 2015 & 2017) are supported in version 1.9.6.0 as noted in https://github.com/HJLebbink/asm-dude/issues/92 however when I do a fresh `git clone` and upon compiling I …
-
Per the documentation of [AtomicU64::fetch_add](https://doc.rust-lang.org/core/sync/atomic/struct.AtomicU64.html#method.fetch_add)
> This operation wraps around on overflow.
This means that the …
-
Z3 version 4.8.8.0
Python version 3.8.2
```
$ pip3 show z3-solver
Name: z3-solver
Version: 4.8.8.0
Summary: an efficient SMT solver library
Home-page: https://github.com/Z3Prover/z3
Author: …
-
_From [alanruttenberg@gmail.com](https://code.google.com/u/alanruttenberg@gmail.com/) on May 09, 2012 11:30:16_
I think yes, but we should make a decision and then follow it.
_Original issue: http:/…