3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-09 19:01:50 +00:00
z3/src/muz
Nikolaj Bjorner 09d881cce5 na
2020-05-02 15:54:12 -07:00
..
base move windows dependencies down 2020-04-30 19:31:11 -07:00
bmc fix #3824 2020-04-07 11:40:12 -07:00
clp purge smt.timeout, use timeout instead to control solver timing #2354 2019-06-21 16:56:24 +02:00
dataflow remove using insert_if_not_there2 2020-04-25 15:08:51 -07:00
ddnf bool_vector, some spacer tidy 2020-04-05 12:59:04 -07:00
fp remove using insert_if_not_there2 2020-04-25 15:08:51 -07:00
rel pleay nice with alignment 2020-04-26 23:29:42 -07:00
spacer na 2020-05-02 15:54:12 -07:00
tab remove using insert_if_not_there2 2020-04-25 15:08:51 -07:00
transforms remove using insert_if_not_there2 2020-04-25 15:08:51 -07: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