3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00
z3/src/muz
2015-06-24 17:13:24 +01:00
..
base disable bottom-up COI on rules with negated predicates. Fixes issue #140 2015-06-24 17:06:19 +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 make check_relation::check_equiv() exit only when solver return SAT (ie, avoid false-positives with unknowns) 2015-06-24 17:13:24 +01:00
tab move functionality from qe_util to ast_util 2015-06-24 17:06:17 +01:00
transforms disable bottom-up COI on rules with negated predicates. Fixes issue #140 2015-06-24 17:06:19 +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