-
I have an application which requires dealing with user-defined enumerated types. As a simplification, suppose I have a map representing a set of enums:
``` haskell
e :: Map String [String]
e = Map.…
-
I am trying to extract all the constraints passed to the **z3 solver** even in case of timeout, exception, etc. I thus considered the `backend_z3` and in particular the `__batch_eval()` function. I wa…
-
Hi,
I tried to use the latest version of esbmc (esbmc-v5.0.0-linux-static-64.tgz) to export C code with floating point computation to smt2 format.
I tried with thoses options : --mathsat --unw…
-
## Description
The released versions of solc (``0.5.12+commit.7709ece9.Linux.g++`` and ``0.5.13+commit.5b0b510c.Linux.g++``) often produce errors when compiling contracts. The produced error messag…
-
We are adding Cbc as an underlying MIP solver for Picat (picat-lang.org). Picat is a constraint logic language that has a high-level constraint interface and several underlying solvers, including CP, …
-
We would like to have a "null" implementation of the solver interface which does not send queries to an external solver, but reports every constraint as satisfiable. This is still useful for concrete …
-
Our application uses Z3 and activation literals for incremental solving quite heavily.
We use a configuration with a combined solver, where the incremental solver (which lacks sophisticated preprocess…
-
## Problem
I'm writing a model checker. On very large formulas, my
bottleneck is `eval()`ing formulas in Z3. Evaluating Boolean formulas takes too
much time doing rewriting, even with cached rewr…
-
-
## Description
Some of us are stuck on High Sierra ( 10.13.6 ) due to no Nvidia drivers.
```
[ 25%] Building CXX object libyul/CMakeFiles/yul.dir/AsmAnalysis.cpp.o
/Users/micky/tests/solidity_0.…