Skip to content

The code for TabdualSC, the improvement of Tabdual which involves the use of subset checking for IC, as well as tabling optimization.

Notifications You must be signed in to change notification settings

RidhwanD/TabdualSC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TabdualSC

The implementation code that is related to the paper "Tabling Optimization for Contextual Abduction" which is published in ICLP 2020. This contains a version of Tabdual using a new transformation for ICs involving subset checking, as well as tabling optimization using reduced tabled predicates. There are 3 mode:

  • 'table' is the one with dual program transformation for IC.
  • 'vneg' is the one with new transformation for IC using subset checking.
  • 'split' is the one with new transformation for IC and the abducible is divided into positive and negative literals.

The use of reduced tabled predicates is manually controlled by switching checkAndWriteTable(H, R) and writeTable(H) in transformRule/0 rule.

About

The code for TabdualSC, the improvement of Tabdual which involves the use of subset checking for IC, as well as tabling optimization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages