A.52 library(tables): XSB interface to tables
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • The SWI-Prolog library
        • library(tables): XSB interface to tables
          • tnot/1
          • tfindall/3
          • set_pil_on/0
          • set_pil_off/0
          • get_call/3
          • get_calls/3
          • get_returns/2
          • get_returns/3
          • get_returns_and_tvs/3
          • get_returns_and_dls/3
          • get_residual/2
          • get_returns_for_call/2
          • abolish_table_pred/1
          • abolish_table_call/1
          • abolish_table_call/2
          • abolish_table_subgoals/2
    • Packages
Availability::- use_module(library(tables)).(can be autoloaded)
Source[nondet]get_returns_and_tvs(+AnswerTrie, -Return, -TruthValue)
Identical to get_returns/2, but also obtains the truth value of a given answer, setting TruthValue to t if the answer is unconditional and to u if it is conditional. If a conditional answer has multiple delay lists, this predicate will succeed only once, so that using this predicate may be more efficient than get_residual/2 (although less informative)