3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 13:58:45 +00:00
z3/src/muz
Nikolaj Bjorner f71204c222 fix #4879
2020-12-12 13:37:25 -08:00
..
base fix #4879 2020-12-12 13:37:25 -08:00
bmc fix a couple hundred deref-after-free bugs due to .c_str() on a temporary string 2020-07-11 20:24:45 +01:00
clp booyah 2020-07-04 15:56:30 -07:00
dataflow booyah 2020-07-04 15:56:30 -07:00
ddnf fixing #4670 (#4682) 2020-09-10 04:35:11 -07:00
fp fix #4879 2020-12-12 13:37:25 -08:00
rel fix #4879 2020-12-12 13:37:25 -08:00
spacer adding dt-solver (#4739) 2020-10-18 15:28:21 -07:00
tab booyah 2020-07-04 15:56:30 -07:00
transforms remove unneeded constructors (last round) 2020-07-12 17:41:57 +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