3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 00:55:31 +00:00
z3/src/muz
Nikolaj Bjorner 33e8113c9e adding instrumentation to debug #1233
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2017-11-20 16:51:17 -08:00
..
base include information whether rule is reachable in del_rule model converter for simpler model presentation #1241 2017-11-15 11:46:28 -08:00
bmc support for smtlib2.6 datatype parsing 2017-09-04 21:12:43 -07:00
clp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
dataflow fix build 2017-11-05 19:24:05 -08:00
ddnf add diagnostics to DDNF and fix #1268 2017-09-30 12:35:36 -07:00
duality Tabs, formatting. 2017-09-17 14:54:09 +01:00
fp fix #1319, fix #1320 2017-10-23 08:17:38 -07:00
pdr adding instrumentation to debug #1233 2017-11-20 16:51:17 -08:00
rel fix vector<> to support non-POD types 2017-10-16 00:54:29 +01:00
spacer fix virtual method override 2017-10-28 17:23:35 -07:00
tab updated include directives 2017-08-01 10:51:47 -07:00
transforms fix slicer for unsoundness. #1304 2017-11-15 16:39:09 -08:00
README Setting up the lackr branch. 2015-12-16 20:10:14 +00: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