Changeset 4415 for trunk/examples

Show
Ignore:
Timestamp:
08/10/08 05:08:59 (5 months ago)
Author:
pmoura
Message:

Added a new set of examples, "constraints", illustrating how to use the Constraint Domain Solver libraries available with B-Prolog, GNU Prolog, SWI-Prolog, and YAP.

Location:
trunk/examples
Files:
25 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/NOTES.txt

    r4411 r4415  
    7474    illustrates how to use events to avoid breaking object encapsulation 
    7575 
     76classvars 
     77    example of implementation of class variables 
     78    (as found in Smalltalk; i.e. shared instance variables) 
     79 
    7680complements 
    7781    example of using a category to explicitly complement an existing  
    7882    object 
    7983 
    80 classvars 
    81     example of implementation of class variables 
    82     (as found in Smalltalk; i.e. shared instance variables) 
     84constraints 
     85    several exampels of using constraints within objects ans categories 
     86    when using back-end Prolog compilers bundled with constraint domain  
     87    solvers 
    8388 
    8489dcgs