3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 08:35:31 +00:00
z3/src/muz
2015-04-15 12:22:50 -07:00
..
base Renamed the soft_timeout option to just timeout. 2015-03-21 16:10:30 +00:00
bmc merged with unstable 2014-08-06 11:16:06 -07:00
clp Renamed the soft_timeout option to just timeout. 2015-03-21 16:10:30 +00:00
duality re-indenting interp and duality 2015-04-15 12:22:50 -07:00
fp Formatting, mostly tabs 2015-01-08 17:54:44 +00:00
pdr deal with warning for unused parameter 2014-10-14 13:12:40 -07:00
rel Renamed the soft_timeout option to just timeout. 2015-03-21 16:10:30 +00:00
tab Renamed the soft_timeout option to just timeout. 2015-03-21 16:10:30 +00:00
transforms Formatting, mostly tabs 2015-01-08 17:54:44 +00:00
README update README 2013-08-28 22:15:16 -07: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