3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-09 19:01:50 +00:00
z3/src/muz
2017-06-23 09:38:04 -04:00
..
base preserve dl rule names during xforms 2017-06-20 22:23:55 -04:00
bmc [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
clp [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
dataflow [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
ddnf [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
duality [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
fp [CMake] Fix dependencies for generating install_tactic.cpp. 2017-06-21 23:03:48 +01:00
pdr [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
rel propagate rule names during xform 2017-06-23 09:38:04 -04:00
tab [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
transforms propagate rule names during xform 2017-06-23 09:38:04 -04: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