-
Most recently tested against 9d84e44, but we've been observing this for a while.
When running our standard CI tests for HOL4, we're seeing dramatic slowdowns on execution of the system. See the tim…
mn200 updated
8 years ago
-
_migrated from Trac, where originally posted by **kohlhase** on 24-Mar-2009 7:05am_
This version is mainly a bug-fix release that has become necessary by the experiments of encoding legacy material a…
-
In the cfg, we have the information that if variable is constant or unique. However, this is not used when encoding things as Horn. Hence, we fail to verify the following program:
``` java
class A {
…
-
A go-ethereum user reported a [crash](https://github.com/ethereum/go-ethereum/issues/1962) with the following stack trace:
https://gist.github.com/CJentzsch/31aab5b31fae6805f893
The issue occurred on…
-
Currently, the following theorem fails to verify:
define invariant([int] items, int item, int n) is:
exists(int i):
n < i && items[i] == item
assert:
forall([int] items, int item, i…
-
The README is excellent for installation and so on but lacks description of what Cogent does and why I would want it.
The project was referred to me as:
"This is NICTA/Data61's new language for wri…
-
I cannot get `nuget pack X.csproj` to recognize package dependencies in a project. Amazingly, when packaging, the diagnostic message _“Found packages.config. Using packages listed as dependencies”_ is…
-
Since we mention it in the release notes and it will become more important with the development of the inductive theorem prover, I would suggest to document the recursive data types and many-sorted lo…
-
Is there a reason that string indexes aren't treated as possibly undefined values?
``` js
const string = 'abc';
const char = string[3];
char.charAt(0);
// Flow: No errors!
// Runtime: TypeError: Cann…
-
On the manifest page, there are two options to export SUMO in TPTP format: `TPTP` or `TPTP FOL`. Which option should we use when trying to use the exported file in the `E` theorem prover?