3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00
z3/src/muz
Nuno Lopes a211fcfb9e muZ/datalog/udoc: fix bug in join_project
The bug was that we could project out don't care columns and don't take copied bits into account.
Bug reported by Ari Fogel

Signed-off-by: Nuno Lopes <a-nlopes@microsoft.com>
2014-12-28 17:05:17 +00:00
..
base fix overflow and integrality bugs reported by Phan 2014-12-15 16:18:09 -08:00
bmc move some configuration parameters into dl_context, add notes to udoc_relation 2014-09-26 08:22:25 -07:00
clp have free variable utility use a class for more efficient re-use 2014-09-15 16:14:22 -07:00
ddnf remove extra udoc_relation 2014-09-19 11:01:38 -07:00
duality address divergence in the case of shared theory symbols. Codeplex issue 147, thanks to George Karpenkov 2014-12-09 16:04:25 +01:00
fp address divergence in the case of shared theory symbols. Codeplex issue 147, thanks to George Karpenkov 2014-12-09 16:04:25 +01:00
pdr fix box 2014-10-15 14:29:39 -07:00
rel muZ/datalog/udoc: fix bug in join_project 2014-12-28 17:05:17 +00:00
tab move some configuration parameters into dl_context, add notes to udoc_relation 2014-09-26 08:22:25 -07:00
transforms address divergence in the case of shared theory symbols. Codeplex issue 147, thanks to George Karpenkov 2014-12-09 16:04:25 +01:00
README update README 2013-08-28 22:15:16 -07:00

muZ: routines related to solving satisfiability of Horn clauses and 
solving Datalog programs.

- base - contains base routines and the main context for
         maintaining fixedpoint solvers
- transforms - common rule transformations
- rel - relational algebra based Datalog engine
- pdr - PDR based Horn clause solver
- clp - Dart/Symbolic execution-based solver
- tab - Tabulation based solver
- bmc - Bounded model checking based solver
- fp  - main exported routines