Go to file
Spencer Killen bcc9d79d34
init
2023-05-24 19:05:16 -06:00
.devcontainer init 2023-05-24 19:05:16 -06:00
document init 2023-05-24 19:05:16 -06:00
grammars init 2023-05-24 19:05:16 -06:00
knowledge_bases init 2023-05-24 19:05:16 -06:00
.gitignore init 2023-05-24 19:05:16 -06:00
AST.py init 2023-05-24 19:05:16 -06:00
Dockerfile init 2023-05-24 19:05:16 -06:00
HMKNF.g4 init 2023-05-24 19:05:16 -06:00
Makefile init 2023-05-24 19:05:16 -06:00
README.md init 2023-05-24 19:05:16 -06:00
aft.py init 2023-05-24 19:05:16 -06:00
document.tex init 2023-05-24 19:05:16 -06:00
hmknf.py init 2023-05-24 19:05:16 -06:00
requirements.txt init 2023-05-24 19:05:16 -06:00
solver.py init 2023-05-24 19:05:16 -06:00
util.py init 2023-05-24 19:05:16 -06:00

README.md

Approximation Fixpoint Theory x Hybrid MKNF KBs

  • AST.py
    • Parse a knowledge base (examples in knowledge_bases)
  • aft.py
    • A stable revision operator
  • solver.py
    • A naive, enumerative solver that finds partial stable models