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 43bc6caa55 fix warning messages
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2015-12-15 04:11:11 +02:00
..
base fix build, add seq features 2015-12-13 16:02:17 -08:00
bmc moving to resource managed cancellation 2015-12-11 16:56:23 -08: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 bind variables in queries generated from Horn tactic to enforce that rule formulas don't contain free variables. Issue #328 2015-12-01 14:47:33 -08:00
fp cleanup deprecated critical sections, fix cancellation for par_or_else tactic 2015-12-12 09:43:00 -08:00
pdr fix warning messages 2015-12-15 04:11:11 +02:00
rel fix warning messages 2015-12-15 04:11:11 +02:00
tab moving to resource managed cancellation 2015-12-11 16:56:23 -08:00
transforms moving to resource managed cancellation 2015-12-11 16:56:23 -08:00
README update README 2013-08-28 22:15:16 -07: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