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 c3f2eb773a ddnf
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2014-08-22 14:19:31 -07:00
..
base add DDNF based engine 2014-08-21 18:04:46 -07:00
bmc revamp configuration parameter names for fixedpoint 2014-08-18 01:03:11 -07:00
clp test output predicates 2013-10-13 06:25:26 -07:00
ddnf ddnf 2014-08-22 14:19:31 -07:00
duality revamp configuration parameter names for fixedpoint 2014-08-18 01:03:11 -07:00
fp add DDNF based engine 2014-08-21 18:04:46 -07:00
pdr revamp configuration parameter names for fixedpoint 2014-08-18 01:03:11 -07:00
rel revamp configuration parameter names for fixedpoint 2014-08-18 01:03:11 -07: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 revamp configuration parameter names for fixedpoint 2014-08-18 01:03: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