3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 13:58:45 +00:00
z3/src/muz
2018-06-28 15:38:51 -04:00
..
base Pobs are always managed 2018-06-27 22:49:35 -04:00
bmc integrate lambda expressions 2018-06-26 07:23:04 -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 Remove int64, uint64 typedefs in favor of int64_t / uint64_t. 2018-03-31 14:45:04 +07:00
fp Cleanup fixedpoint options 2018-06-14 16:08:52 -07:00
rel merge 2018-06-27 08:51:22 -07:00
spacer Add methods to print pob 2018-06-28 15:38:51 -04:00
tab integrate lambda expressions 2018-06-26 07:23:04 -07:00
transforms fixes to term-graph, add proof-checker routines for PR_BIND, remove orphaned file 2018-06-27 17:04:47 -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