make the support for compact lists the default configuration for the tabling engine

This commit is contained in:
Ricardo Rocha 2009-08-12 14:32:12 +01:00
parent 23d44f959d
commit 9dc0618a12
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
/* ------------------------------------------------ **
** support trie compact pairs? (optional) **
** ------------------------------------------------ */
/* #define TRIE_COMPACT_PAIRS 1 */
#define TRIE_COMPACT_PAIRS 1
/* --------------------------------------------------- **
** support deterministic tabling? (optional) **