3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 22:59:02 +00:00
z3/src/muz
2014-03-26 14:48:04 -07:00
..
base adding support for non-extensional arrays in duality 2014-03-11 18:20:42 -07:00
bmc fix bug reported by Nuno Lopes when query gets sliced 2014-03-19 20:23:54 -07:00
clp test output predicates 2013-10-13 06:25:26 -07:00
duality duality: eager deduction and history-based conjectures 2014-03-14 13:40:31 -07:00
fp new interpolation fixes; re-added fixedpoint-push/pop 2013-11-05 12:17:09 -08:00
pdr fixing bugs with validation code 2013-10-15 03:53:33 -07:00
rel update join planner to take projected columns into account 2013-09-24 06:41:46 +03:00
tab avoid creating full tables when negated variables are unitary, add lazy table infrastructure, fix coi_filter for relations, reduce dependencies on fixedpoing_parameters.hpp header file 2013-09-08 05:52:18 -07:00
transforms fix bug reported by Nuno Lopes: inlining is unsound for negated predicates 2014-01-02 17:37:35 -08: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