3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00
z3/src/muz
Nikolaj Bjorner 4cf8905a8f fixing join
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2014-09-22 11:08:23 -07:00
..
base working on udoc 2014-09-21 20:25:11 -07:00
bmc have free variable utility use a class for more efficient re-use 2014-09-15 16:14:22 -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 revamp configuration parameter names for fixedpoint 2014-08-18 01:03:11 -07:00
fp have free variable utility use a class for more efficient re-use 2014-09-15 16:14:22 -07:00
pdr have free variable utility use a class for more efficient re-use 2014-09-15 16:14:22 -07:00
rel fixing join 2014-09-22 11:08:23 -07:00
tab have free variable utility use a class for more efficient re-use 2014-09-15 16:14:22 -07:00
transforms working on udoc 2014-09-21 20:25:11 -07: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