-
The model can of course be printed and is known by STP. It can be queried in the python interface and it can be asked to be printed on the console. For example:
```
$ ./stp --print-counterex tmp.smt2…
msoos updated
2 years ago
-
Hi,
```solidity
//SPDX-License-Identifier: MIT
pragma solidity ^0.4.0;
contract CrossReentrancy {
// INSECURE
mapping (address => uint) private userBalances;
function transfer…
-
When checking for satisfiability for the following formula using the ocaml interface, I receive a segmentation fault.
```
(declare-datatypes ((tup_bool_bool 0)) (((tup_bool_bool (|1| Bool) (|2| Bo…
-
Depending on the amount of empty lines after `package termination`, the test case `termination-fail-02.gobra` fails with the following message:
` Postcondition might not hold. Assertion unknown mig…
-
Hello (again),
when I use What4 with CVC4 and try to generate single characters using the built-in string support, it seems as if extended/unprintable characters are not correctly handled as the fo…
-
Good morning!
Is there a way to timeout or kill a command running on cryptol-remote-api if it doesn't complete after a period of time? For example, if I was trying to run `:prove` on a number of p…
-
[test.zip](https://github.com/figlerg/anyHR/files/8374226/test.zip)
Hi Felix, I am now trying to use your tool to solve some SMT problems in my project. However there are two problems. You could ru…
-
It would be nice to actually support CVC4. `--help` says `--smt [path] Path to the SMT solver (usually Z3, but could be any SMT2-compatible solver)`, but the code strongly assumes Z3 (to use CVC4, on…
-
```
The following tests FAILED:
1 - query-files (Failed)
2 - C-api-tests-gtest-suite (Failed)
5 - b4-c2Tests-gtest (Subprocess aborted)
25 - stp-div-001Tests-gtest (Subprocess aborted)…
-
Would it be possible to add support for signed reminder in the theory of bit-vectors? AFAIK, most of the solvers supported by java-smt (at least [z3](https://z3prover.github.io/api/html/namespacez3.ht…