3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00
z3/src/muz
2017-05-31 18:35:52 +01:00
..
base accept hereditarily finite sorts in datalog engine 2017-05-22 19:32:43 -07:00
bmc "canceled" -> Z3_CANCELED_MSG 2016-02-04 13:52:43 +00:00
clp moving to resource managed cancellation 2015-12-11 13:36:47 -08:00
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 "canceled" -> Z3_CANCELED_MSG 2016-02-04 13:52:43 +00:00
fp add detection of non-fixed variables to consequence finding 2016-07-30 19:12:41 -07:00
pdr Tabs 2017-05-31 12:18:00 +01:00
rel include 'stopwatch.h' to avoid ODR warnings, #994 2017-04-30 11:28:11 -07:00
tab Added rewriter.ignore_patterns_on_ground_qbody option to disable simplification of quantifiers that have their universals appear only in patterns, but otherwise have a ground body. 2017-04-07 21:19:20 +01:00
transforms disable ackerman reduction when head contains a non-constant/non-variable. #947 2017-03-17 10:12:32 -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