Skip to content
David Nolen edited this page Jan 5, 2013 · 5 revisions

Notes

The tabling implementation could use some attending to. Currently the tabling implementation generates a lot of redundant information instead of sharing information across tabled called. For example currently after some calls to a tabled goal - that's goal table looks like this:

t = { arg: #{ans0, ans1, ans2, ..., ansN}
     ans0: #{ans1, ans2, ..., ansN}
     ans1: #{ans2, ..., ansN}
     ... }
Clone this wiki locally