3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00
z3/src/muz
Nikolaj Bjorner 5714f830b0 fix check for finite sorts #1122
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2017-07-08 13:37:24 -07:00
..
base fix check for finite sorts #1122 2017-07-08 13:37:24 -07: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 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