3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00
z3/src/muz
2015-07-08 13:39:26 +01:00
..
base handle variables and quantifiers, fixes issue #150 2015-07-06 08:34:54 -07:00
bmc remove uneeded calls to datalog_context::get_rules(), since it can be expensive. 2015-07-08 13:39:15 +01:00
clp remove uneeded calls to datalog_context::get_rules(), since it can be expensive. 2015-07-08 13:39:15 +01:00
dataflow cleanup warnings from new dataflow engine 2015-06-30 08:47:37 +01: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 enforce stringstream formatting to avoid default format routine. fixes issue #149 2015-07-06 09:11:52 -07:00
pdr remove uneeded calls to datalog_context::get_rules(), since it can be expensive. 2015-07-08 13:39:15 +01:00
rel Merge branch 'unstable' of https://github.com/Z3Prover/z3 into unstable 2015-07-08 13:39:26 +01:00
tab move functionality from qe_util to ast_util 2015-06-24 17:06:17 +01:00
transforms cleanup warnings from new dataflow engine 2015-06-30 08:47:37 +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