3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00
z3/src/muz
Nikolaj Bjorner 72400f1869 fix #1927
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2018-11-12 03:43:04 -08:00
..
base Fix some spelling errors (mostly in comments). 2018-10-20 17:07:41 +02:00
bmc bmc improvements, move fd_solver to self-contained directory 2018-08-05 10:02:15 -07:00
clp integrate lambda expressions 2018-06-26 07:23:04 -07:00
dataflow fix build 2017-11-05 19:24:05 -08:00
ddnf Fix some spelling errors (mostly in comments). 2018-10-20 17:07:41 +02:00
fp Fix some spelling errors (mostly in comments). 2018-10-20 17:07:41 +02:00
rel Fix typos. 2018-11-11 22:21:43 +07:00
spacer fix #1927 2018-11-12 03:43:04 -08:00
tab Fix some spelling errors (mostly in comments). 2018-10-20 17:07:41 +02:00
transforms Fix some spelling errors (mostly in comments). 2018-10-20 17:07:41 +02: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