3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 05:18:44 +00:00
z3/src/muz
Nikolaj Bjorner 0e78f092b5 fix #3849
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2020-04-07 19:28:02 -07:00
..
base fix #3826 2020-04-07 14:39:54 -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 fix build 2017-11-05 19:24:05 -08:00
ddnf bool_vector, some spacer tidy 2020-04-05 12:59:04 -07:00
fp block selected configurations from HORN tactic 2020-04-07 19:14:01 -07:00
rel block selected configurations from HORN tactic 2020-04-07 19:14:01 -07:00
spacer fix #3809 2020-04-07 11:15:34 -07:00
tab fix #3557 2020-04-03 16:37:59 -07:00
transforms fix #3849 2020-04-07 19:28:02 -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