Changeset 4428 for trunk/examples

Show
Ignore:
Timestamp:
08/17/08 08:13:48 (5 months ago)
Author:
pmoura
Message:

Minor documentation improvements.

Location:
trunk/examples/constraints
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/constraints/bp/puzzle.lgt

    r4415 r4428  
    11 
    2 % code adapted from the B-Prolog documentation 
     2% code adapted to Logtalk by Paulo Moura from one of the examples 
     3% found on the B-Prolog 7.1 documentation (August 2008) 
    34 
    45:- object(puzzle). 
  • trunk/examples/constraints/swipl/NOTES.txt

    r4415 r4428  
    1212To load this example and for sample queries, please see the SCRIPT.txt file. 
    1313 
    14 This folder contains a simple example illustrating how to use Markus Triska's 
    15 CLP(FD) library distributed with SWI-Prolog with Logtalk. 
     14This folder contains a set of simple examples illustrating how to use Markus  
     15Triska's CLP(FD) library distributed with SWI-Prolog with Logtalk. 
  • trunk/examples/constraints/yap/NOTES.txt

    r4415 r4428  
    1212To load this example and for sample queries, please see the SCRIPT.txt file. 
    1313 
    14 This folder contains a simple example illustrating how to use Markus Triska's 
    15 CLP(FD) library distributed with YAP with Logtalk. 
     14This folder contains a set of simple examples illustrating how to use Markus  
     15Triska's CLP(FD) library distributed with YAP with Logtalk.