3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00
z3/src/muz
Nikolaj Bjorner eac659f748 deal with empty set of post-orders
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2017-10-06 11:34:14 +01:00
..
base Tabs, formatting. 2017-09-17 17:50:05 +01: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 make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07: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 updated include directives 2017-08-01 10:51:47 -07:00
pdr Tabs, formatting. 2017-09-17 14:54:09 +01:00
rel deal with empty set of post-orders 2017-10-06 11:34:14 +01:00
spacer Tabs, formatting. 2017-09-17 14:54:09 +01:00
tab updated include directives 2017-08-01 10:51:47 -07:00
transforms deal with empty set of post-orders 2017-10-06 11:34:14 +01: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