• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

base/H03-May-2022-8,3076,045

bmc/H03-May-2022-1,6501,387

clp/H03-May-2022-271200

dataflow/H03-May-2022-359241

ddnf/H03-May-2022-965801

fp/H03-May-2022-2,6942,167

rel/H03-May-2022-27,92821,449

spacer/H03-May-2022-19,14613,997

tab/H03-May-2022-1,7071,464

transforms/H03-May-2022-9,6236,688

READMEH A D18-Nov-2021473 1311

README

1muZ: routines related to solving satisfiability of Horn clauses and
2solving Datalog programs.
3
4- base - contains base routines and the main context for
5         maintaining fixedpoint solvers
6- transforms - common rule transformations
7- rel - relational algebra based Datalog engine
8- pdr - PDR based Horn clause solver
9- clp - Dart/Symbolic execution-based solver
10- tab - Tabulation based solver
11- bmc - Bounded model checking based solver
12- fp  - main exported routines
13