3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 04:28:17 +00:00
z3/src/muz
Nikolaj Bjorner e4b595d490 add solver pool abstraction for Spacer
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2017-10-28 16:10:20 -07:00
..
base move proof utils under ast 2017-10-24 09:59:55 -07:00
bmc support for smtlib2.6 datatype parsing 2017-09-04 21:12:43 -07:00
clp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
dataflow make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
ddnf add diagnostics to DDNF and fix #1268 2017-09-30 12:35:36 -07:00
duality Tabs, formatting. 2017-09-17 14:54:09 +01:00
fp fix #1319, fix #1320 2017-10-23 08:17:38 -07:00
pdr move proof utils under ast 2017-10-24 09:59:55 -07:00
rel fix vector<> to support non-POD types 2017-10-16 00:54:29 +01:00
spacer add solver pool abstraction for Spacer 2017-10-28 16:10:20 -07:00
tab updated include directives 2017-08-01 10:51:47 -07:00
transforms deal with empty set of post-orders 2017-10-06 11:34:14 +01: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