3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 11:37:54 +00:00
z3/src/muz
2025-06-09 10:47:22 -07:00
..
base move smt params to params directory, update release.yml 2025-06-09 10:47:22 -07:00
bmc Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
clp remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
dataflow Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
ddnf refactoring to use for-range 2025-05-15 10:57:46 -07:00
fp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
rel move smt params to params directory, update release.yml 2025-06-09 10:47:22 -07:00
spacer move smt params to params directory, update release.yml 2025-06-09 10:47:22 -07:00
tab Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
transforms Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01: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