Did you know ... | Search Documentation: |
![]() | Pack tor -- README.txt |
1.0.4 Scoped implementation of search/1.
1.0.3 Cleanup of version 1.0.2, now with documentation.
Based on the paper:
Tor: Extensible Search with Hookable Disjunction Tom Schrijvers, Bart Demoen, Markus Triska and Benoit Desouter Submitted to SCP
Allows you to use tor with:
:- use_module(library(tor_clpfd))
.
:- use_module(library(tor))
.
:- use_module(library(generic_search))
.
README.txt : this file
visualization/ log_to_tree.pl : convert log handler output into postscript log_to_pdf.sh : generates pdf from log file log_to_tree.pl : generates metapost instructions from log file trees.mp : metapost drawing instructions
examples/ : examples, in particular a file that shows the new features introduced version 1.0.2
Thanks to Jan Wielemaker, Carlo Capelli and Paulo Moura for their useful comments.