3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-05 21:53:36 +00:00
z3/src/muz
2018-11-28 14:57:01 +07:00
..
base Prefer using empty rather than size comparisons. 2018-11-27 21:42:04 +07:00
bmc Prefer using empty rather than size comparisons. 2018-11-27 21:42:04 +07:00
clp
dataflow
ddnf
fp Use nullptr rather than 0/NULL. 2018-11-28 14:57:01 +07:00
rel Prefer using empty rather than size comparisons. 2018-11-27 21:42:04 +07:00
spacer Prefer using empty rather than size comparisons. 2018-11-27 21:42:04 +07:00
tab
transforms Prefer using empty rather than size comparisons. 2018-11-27 21:42:04 +07:00
README

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