mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
* flag when quantified lemmas are added to smt_context * When solver returns unknown but cannot create child, return unknown * handle unknowns when qlemmas and weak_abs are turned on |
||
---|---|---|
.. | ||
base | ||
bmc | ||
clp | ||
dataflow | ||
ddnf | ||
fp | ||
rel | ||
spacer | ||
tab | ||
transforms | ||
README |
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