3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00
z3/src/muz
Christoph M. Wintersteiger 32fb679066 tabs
2015-05-19 11:01:15 +01:00
..
base tabs 2015-05-19 11:01:15 +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 fix assorted compiler warnings 2015-05-16 11:44:58 +01:00
pdr fix gcc compiler warnings 2015-05-16 11:56:04 +01:00
rel fix debian amd64 warnings 2015-05-18 15:17:21 -07:00
tab pull unstable 2015-04-01 14:57:11 -07:00
transforms Refactor count_vars and count_rule_vars 2015-05-14 17:04:38 +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