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 5492d0e135 re-introduce eq2ineq name for rewriting parameter
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2017-09-04 11:03:57 -07:00
..
base hide new datatype plugin 2017-09-03 20:01:59 -07:00
bmc aligning simplifier and rewriter for regression tests 2017-09-04 09:28:40 -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 re-introduce eq2ineq name for rewriting parameter 2017-09-04 11:03:57 -07:00
rel remove simplifier files 2017-08-29 09:22:27 -07:00
spacer hide new datatype plugin 2017-09-03 20:01:59 -07:00
tab updated include directives 2017-08-01 10:51:47 -07:00
transforms remove simplify dependencies 2017-08-26 00:48:49 -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