3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 22:59:02 +00:00
z3/src/muz
Nikolaj Bjorner 7f29674842 add option to bypass compression of unbound tails, issue #738
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2016-09-16 14:56:10 -07:00
..
base add option to bypass compression of unbound tails, issue #738 2016-09-16 14:56:10 -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 have the classifier revert to full arithmetic on non-difference logic, reported on http://stackoverflow.com/questions/38594208/changing-order-of-z3-fixepoint-queries-changes-the-result/38596187#3 2016-07-26 10:32:54 -07:00
rel 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
tab moving to resource managed cancellation 2015-12-11 16:56:23 -08:00
transforms add option to bypass compression of unbound tails, issue #738 2016-09-16 14:56:10 -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