-
After reading that Markov Logic has been used in Siri, I assumed I could run inference on a good-sized database in real-time. I created and tried out a database of just over 100 binary ground predica…
-
Hi,
I would like to know how you are converting SVCOMP benchmark programs in either C or JAVA to OCamal or Horn Clauses. I understand Hoice can take only Horn Clauses. and r_type can be used for co…
-
This issue has come up during #321 and has been discussed there, but should be continued in an independent issue.
**Problem**: Ultimate triggers a segfault in **z3** when run against
[partialmain…
-
I would like to incorporated modular verification in Seahorn, just like in Boogie verifier.
In order to verify the programs with the following structure
main()
requires;
ensures;
{
call su…
-
Hi,
I am getting some unsound verification results for the following programs.
#include "seahorn/seahorn.h" // program-1
int __VERIFIER_nondet_int();
int special_idendity (int x) {
if (…
-
I would like to know whether Seahorn support verification of programs in the real domain.
I understand that Z3 can verify the VCs in the real domain. I would like to know how we can modify the VC gen…
-
The logic rules of Flix should be compiled to JVM bytecode via translations to relational-algebra like operators (SELECT, JOIN, PROJECT, etc. + an operator for our lattice semantics).
This project i…
-
The Horn clauses encoding for the following program includes an invalid redeclaration of the built-in symbol 'abs'
```
node abs(in:real) returns (out: real);
let
out = if in < 0.0 then -in el…
-
I've moved this from an email thread, so that we can have a hope of finding it again.
Kim Bruce wore (email of 6 June 2017 at 15:00):
> I’d appreciate it if everyone could take a look at the doc…
-
This is my first time using binding forms, so maybe I'm doing something dumb, but I can't seem to make `substitute` work -- it crashes when getting to a base case that is not a variable occurrence com…