3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 05:18:44 +00:00
z3/src/muz
Nikolaj Bjorner c513f3ca09 merge with master
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2018-03-25 14:57:01 -07:00
..
base merge with master 2018-03-25 14:57:01 -07:00
bmc Use nullptr. 2018-02-12 14:05:55 +07:00
clp Use nullptr. 2018-02-12 14:05:55 +07:00
dataflow fix build 2017-11-05 19:24:05 -08:00
ddnf Use nullptr. 2018-02-12 14:05:55 +07:00
duality Use nullptr. 2018-02-12 14:05:55 +07:00
fp merge with master 2018-03-25 14:57:01 -07:00
pdr merge with master 2018-03-25 14:57:01 -07:00
rel Use nullptr. 2018-02-12 14:05:55 +07:00
spacer merge with master 2018-03-25 14:57:01 -07:00
tab merge with master 2018-03-25 14:57:01 -07:00
transforms merge with master 2018-03-25 14:57:01 -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