3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00
z3/src/muz
Nikolaj Bjorner 8c99d3c431 tidy unbound compressor code, add invariant checks
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2016-05-28 11:05:26 -07:00
..
base initialize manager to avoid unrelated error message, issue #604 2016-05-15 12:59:42 -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 disable bottom-up coi filtering when relations contain facts. bug reported by SeanMcL 2015-11-15 10:53:00 -08:00
ddnf cleanup cancelation logic 2015-12-11 12:35:35 -08:00
duality "canceled" -> Z3_CANCELED_MSG 2016-02-04 13:52:43 +00:00
fp fix unused-but-set-variable warnings reported in #579 2016-05-18 11:02:10 -07:00
pdr fix warnings for unused variables 2016-05-17 13:54:22 -07:00
rel fix non-determinism bug in simple joins. Keys were normalized based on pointer equality not object identifier equality. Also some ptr hashtables were used with pointer hashes, and then traversed. reported in issue #619 2016-05-27 07:51:02 -07:00
tab moving to resource managed cancellation 2015-12-11 16:56:23 -08:00
transforms tidy unbound compressor code, add invariant checks 2016-05-28 11:05:26 -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