more CLP(BN) fixes

- support clpbn_table for an efficient implementation of deterministic tabling.
- corresponding changes to learning algorithm.
This commit is contained in:
Vitor Santos Costa
2008-11-18 11:29:59 +00:00
parent abf9691282
commit a64c1138df
8 changed files with 341 additions and 15 deletions

View File

@@ -30,6 +30,7 @@ PROGRAMS= $(srcdir)/apply.yap \
$(srcdir)/assoc.yap \
$(srcdir)/atts.yap \
$(srcdir)/avl.yap \
$(srcdir)/bhash.yap \
$(srcdir)/charsio.yap \
$(srcdir)/cleanup.yap \
$(srcdir)/clpfd.pl \