idaks / PW-explorer

Apache License 2.0
16 stars 1 forks source link

Abstraction over Statelog and Datalog/ASP Answer Sets #24

Open sahil1105 opened 5 years ago

sahil1105 commented 5 years ago

Develop the PWE analysis on almost 2 dimensions : Time (statelog) and Answer Set such that the same analysis can be used on multiple "states" of a single Answer Set as if they were PWs.

various ways of “slicing” Datalog/Statelog/ASP answers for PWE analysis: ASP program ⇒ Ans_1, …, Ans_k ⇒ obvious mapping to {PWS} Statelog program ⇒ P(S, X1, …, Xk) ⇒ map predicate by state P[S] Combinations thereof ..