3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-29 22:40:08 +00:00
z3/src/muz
Nikolaj Bjorner 3de2a70a48 move functionality from qe_util to ast_util
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2015-06-24 17:06:17 +01:00
..
base move functionality from qe_util to ast_util 2015-06-24 17:06:17 +01:00
bmc move some configuration parameters into dl_context, add notes to udoc_relation 2014-09-26 08:22:25 -07:00
clp pull unstable 2015-04-01 14:57:11 -07:00
ddnf fix gcc compiler warnings 2015-05-16 11:56:04 +01:00
duality merge with unstable 2015-04-30 10:40:03 -07:00
fp move functionality from qe_util to ast_util 2015-06-24 17:06:17 +01:00
pdr move functionality from qe_util to ast_util 2015-06-24 17:06:17 +01:00
rel move functionality from qe_util to ast_util 2015-06-24 17:06:17 +01:00
tab move functionality from qe_util to ast_util 2015-06-24 17:06:17 +01:00
transforms move functionality from qe_util to ast_util 2015-06-24 17:06:17 +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