3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 08:35:31 +00:00
z3/src/muz
2018-10-02 10:26:38 +07:00
..
base Replace rule API 2018-09-04 21:49:59 -04:00
bmc bmc improvements, move fd_solver to self-contained directory 2018-08-05 10:02:15 -07:00
clp integrate lambda expressions 2018-06-26 07:23:04 -07:00
dataflow fix build 2017-11-05 19:24:05 -08:00
ddnf Remove int64, uint64 typedefs in favor of int64_t / uint64_t. 2018-03-31 14:45:04 +07:00
fp record statistics setting in config_params so that fp engine can access them, fix serialization bug when check-assumptions returns unsat 2018-08-06 16:21:27 -07:00
rel unreferenced variable in release mode, spaces 2018-06-29 21:25:08 -07:00
spacer Use 'override' where possible. 2018-10-02 10:26:38 +07:00
tab integrate lambda expressions 2018-06-26 07:23:04 -07:00
transforms Use 'override' where possible. 2018-10-02 10:26:38 +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