3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00
z3/src/muz
2014-10-02 12:49:38 +01:00
..
base merge unstable into opt 2014-09-26 12:12:24 -07:00
bmc move some configuration parameters into dl_context, add notes to udoc_relation 2014-09-26 08:22:25 -07:00
clp have free variable utility use a class for more efficient re-use 2014-09-15 16:14:22 -07:00
ddnf remove extra udoc_relation 2014-09-19 11:01:38 -07:00
duality merge unstable into opt 2014-09-26 12:12:24 -07:00
fp merge unstable into opt 2014-09-26 12:12:24 -07:00
pdr merge unstable into opt 2014-09-26 12:12:24 -07:00
rel DoC: fix bug in insertion when inserting an element equal to on on the disjunction already 2014-10-02 12:49:38 +01:00
tab move some configuration parameters into dl_context, add notes to udoc_relation 2014-09-26 08:22:25 -07:00
transforms move some configuration parameters into dl_context, add notes to udoc_relation 2014-09-26 08:22:25 -07: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