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 4ee83c1774 Datalog/DoC: add fast path for join_project for the case 'h(X) :- f(X), g(X).'
Signed-off-by: Nuno Lopes <a-nlopes@microsoft.com>
2014-12-22 12:53:35 +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 Datalog/DoC: add fast path for join_project for the case 'h(X) :- f(X), g(X).' 2014-12-22 12:53:35 +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