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 ce04c18a7a trying to get rid of last simplifier dependency in macros
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2017-08-22 22:14:13 -07:00
..
base updated include directives 2017-08-01 10:51:47 -07:00
bmc updated include directives 2017-08-01 10:51:47 -07:00
clp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
dataflow make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
ddnf make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
duality updated include directives 2017-08-01 10:51:47 -07:00
fp updated include directives 2017-08-01 10:51:47 -07:00
pdr trying to get rid of last simplifier dependency in macros 2017-08-22 22:14:13 -07:00
rel trying to get rid of last simplifier dependency in macros 2017-08-22 22:14:13 -07:00
spacer compiler warnings 2017-08-20 16:18:25 -07:00
tab updated include directives 2017-08-01 10:51:47 -07:00
transforms moved obj_equiv_class to ast 2017-08-01 19:24:50 -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