Did you know ... Search Documentation:
Packs (add-ons) for SWI-Prolog

Package "tor"

Title:Tor: Extensible Search with Hookable Disjunction
Rating:Not rated. Create the first rating!
Latest version:1.0.4
SHA1 sum:93183fd47c07e9adb774f0c3cf72eaa5f9c698af
Author:Bart Demoen <Bart.Demoen@cs.kuleuven.be>
Benoit Desouter <Benoit.Desouter@UGent.be>
Markus Triska <triska@dbai.tuwein.ac.at>
Tom Schrijvers <Tom.Schrijvers@UGent.be>
Packager:Benoit Desouter <Benoit.Desouter@UGent.be>
Requires:mutable_variables

Reviews

No reviews. Create the first review!.

Details by download location

VersionSHA1#DownloadsURL
1.0.0a1c44c9319d88cf105efc565be5e699aa46452864http://users.ugent.be/~tschrijv/tor/tor-1.0.0.zip
1.0.197b096f0ffce6997f3a9d8b630a9974342cb9e7f7http://users.ugent.be/~tschrijv/tor/tor-1.0.1.zip
1.0.2d2566e5c4b17e44e61cec38274b0b77b9f8f24366http://users.ugent.be/~tschrijv/tor/tor-1.0.2.zip
1.0.337bb8491d2e36daf64aa08abeb84f31021032b834http://users.ugent.be/~bdsouter/tor/tor-1.0.3.zip
1.0.493183fd47c07e9adb774f0c3cf72eaa5f9c698af23http://users.ugent.be/~tschrijv/tor/tor-1.0.4.zip

TOR -- VERSION 1.0.4

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)).

CONTENT

README.txt : this file

prolog/ tor_clpfd.pl : wrapper around clpfd library that replaces labeling predicates by those defined for tor tor.pl : tor infrastructure and many handlers generic_search.pl : variant of ECLiPSe's search/6 adapted to tor and SWI-Prolog's clpfd tor_labeling.pl : basic labeling code using tor tor_clpfd_labeling.pl : auxiliary file that redefines clpfd labeling predicates

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

ACKNOWLEDGMENTS

Thanks to Jan Wielemaker, Carlo Capelli and Paulo Moura for their useful comments.

Contents of pack "tor"

Pack contains 39 files holding a total of 186K bytes.