3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 22:59:02 +00:00
z3/src/muz
Nikolaj Bjorner 18e9e4f4ac fixes #1169
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2017-07-27 09:25:01 -07:00
..
base fix check for finite sorts #1122 2017-07-08 13:37:24 -07:00
bmc fixes to #1155 and partial introduction of SMTLIB 2.6 datatype format 2017-07-24 09:12:43 -07: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 fixes #1169 2017-07-27 09:25:01 -07:00
pdr [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
rel fix compiler warnings 2017-07-04 13:08:23 -07:00
tab [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
transforms fix compiler warnings 2017-07-04 13:08:23 -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