3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-17 14:25:35 +00:00
z3/src/muz
Bruce Mitchener 177414c0ee Use const refs to reduce copying.
These are things that have been found by `clang-tidy`.
2018-01-30 21:43:56 +07:00
..
base Use const refs to reduce copying. 2018-01-30 21:43:56 +07: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 Use const refs to reduce copying. 2018-01-30 21:43:56 +07:00
pdr adding instrumentation to debug #1233 2017-11-20 16:51:17 -08:00
rel Use const refs to reduce copying. 2018-01-30 21:43:56 +07:00
spacer Use const refs to reduce copying. 2018-01-30 21:43:56 +07:00
tab updated include directives 2017-08-01 10:51:47 -07:00
transforms add missing interpreted tail during bottom-up simplification #1452 2018-01-12 19:29:42 -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