urbint / dog

Datalog lexer, parser, pretty-printer and quasi-quoter.

Home Page:https://docs.racket-lang.org/datalog/datalog.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle disjunctive queries

glittershark opened this issue · comments

There's a Magic Sets implementation for disjunctive datalog (DLV): https://www.sciencedirect.com/science/article/pii/S0004370212000562.

Haven't done much research, but there's likely also support for DLN (Datalog with Negation) somewhere