3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00
z3/src/muz
Nikolaj Bjorner 4bbe1d4674 remove unused min-aggregate
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2015-12-04 09:23:36 -08:00
..
base remove unused min-aggregate 2015-12-04 09:23:36 -08:00
bmc update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
clp update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dataflow disable bottom-up coi filtering when relations contain facts. bug reported by SeanMcL 2015-11-15 10:53:00 -08:00
ddnf remove double underscores 2015-07-09 13:31:22 -07: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 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
pdr fix for unsound results reported in #313 2015-11-16 22:59:07 -08:00
rel remove unused min-aggregate 2015-12-04 09:23:36 -08:00
tab update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
transforms disable bottom-up coi filtering when relations contain facts. bug reported by SeanMcL 2015-11-15 10:53:00 -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