prolog-tabling Questions

4

I've got a small problem with left recursion in this grammar. I'm trying to write it in Prolog, but I don't know how to remove left recursion. <expression> -> <simple_expression> &l...
Postbellum asked 19/5, 2012 at 8:29

1

Solved

I did a few experiments with the tabling capabilities of b-prolog version 8.1 and was quite surprised by the performance I observed. Here is the code that I used. It counts the number of Collatz ...
Photophobia asked 4/5, 2015 at 8:54

1

Quite recently, I started playing around with tabling in Prolog; some experiments that I did with b-prolog and xsb can be found in this question. With the tables getting bigger and bigger, I reali...
Halvorsen asked 4/5, 2015 at 11:19
1

© 2022 - 2024 — McMap. All rights reserved.