3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00
z3/src/muz
2018-05-08 19:26:14 +02:00
..
base fix #1592 #1587 2018-04-25 11:18:24 +02:00
bmc Use nullptr. 2018-02-12 14:05:55 +07:00
clp Use nullptr. 2018-02-12 14:05:55 +07:00
dataflow fix build 2017-11-05 19:24:05 -08:00
ddnf Remove int64, uint64 typedefs in favor of int64_t / uint64_t. 2018-03-31 14:45:04 +07:00
duality Use nullptr. 2018-02-12 14:05:55 +07:00
fp Fixed Segfault when failing to load datalog file 2018-05-08 19:26:14 +02:00
pdr fix #1510 by reintroducing automatic declaration of recognizers 2018-03-02 23:02:20 +09:00
rel Remove int64, uint64 typedefs in favor of int64_t / uint64_t. 2018-03-31 14:45:04 +07:00
spacer fix #1510 by reintroducing automatic declaration of recognizers 2018-03-02 23:02:20 +09:00
tab Use nullptr. 2018-02-12 14:05:55 +07:00
transforms Fix typos. 2018-03-09 14:30:43 +07: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