-
We are a bunch of people working on a symbolic execution engine, and we are intensively depending on Z3 (needless to say, it's really good :-) ). Now we are looking into possibilities of forking Z3 so…
-
These exist already in CPAchecker and should be moved to JavaSMT.
-
Useful to plug any DBI engines.
**External libs**
- Symbolic and Solver Engines (merged into one lib)
- Taint Engine
- SMT2-Lib (included bindings)
**Pin core**
- Snapshot ('cause it's related to Pi…
-
It seems like FStar.Seq.fst cannot be verified alone, and needs seq.fsi prepended to it... this is sending the auto-deps analysis off the rails. Any way we can get rid of seq.fsi?
-
I get the source codes of unstable-branch from : https://github.com/Z3Prover/z3/tree/unstable-backup
In my project, I use pure C API. I use `Z3_assert_cnstr()` to add a constraint, and `Z3_check_and_…
-
Ignoring Sage's `assume` statements is a bug.
```
sage: assume(x>0)
sage: x.is_positive()
False
sage: u = function('u',x); y = x*u; DE = x*diff(y,x) == y + sqrt(x**2 + y**2)
sage: desolve(DE, u)
x =…
-
Is there a reason for that? https://github.com/gapt/gapt/blob/2a23f8b145cf50b30146424e300016ddd18ffd65/src/main/scala/at/logic/gapt/provers/veriT/VeriTProver.scala#L45-L53
(Use case: I'd like to use…
-
![q7](https://cloud.githubusercontent.com/assets/4065436/7916791/0a0e0c6c-08c1-11e5-83e7-a407e3b80a77.png)
I wanted to solve above expression.
```
#!/usr/bin/env python
from z3 import *
s = Solve…
-
I am implementing a symbolic execution for fun using Z3(master branch) as the constraint solver. Since there is no "String" sort I am trying to implement strings using an integer array. However, I can…
-
Ao carregar o tabuleiro, é preciso obter a solução.
@jmcPereira podes dar uma ajuda nesta parte? Não percebi bem como estás a gerar a solução nos outros casos. Pelo que percebi tu o tabuleiro só gera…