3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-28 01:42:43 +00:00
z3/src/muz
Nikolaj Bjorner d754aa2dc4 disable ackerman reduction when head contains a non-constant/non-variable. #947
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2017-03-17 10:12:32 -07:00
..
base address warnings from #836 2016-12-10 13:14:36 +01:00
bmc
clp
dataflow fix to #717. The bottom-up COI filter can only use positive facts for filtering 2016-08-23 12:26:38 -03:00
ddnf reduce set of mainly verbose warnings raised by -Wmaybe-uninitialized and unused variable warnings from release mode builds 2016-06-22 20:25:47 -07:00
duality
fp add detection of non-fixed variables to consequence finding 2016-07-30 19:12:41 -07:00
pdr fix memory leaks from cancellations 2017-01-15 20:09:27 -08:00
rel handle model generation from issue #748. Deal with warnings from #836 2016-12-12 00:40:52 +01:00
tab
transforms disable ackerman reduction when head contains a non-constant/non-variable. #947 2017-03-17 10:12:32 -07:00
README

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