Changeset 4415 for trunk/examples
- Timestamp:
- 08/10/08 05:08:59 (5 months ago)
- Location:
- trunk/examples
- Files:
-
- 25 added
- 1 modified
-
constraints (added)
-
constraints/bp (added)
-
constraints/bp/loader.lgt (added)
-
constraints/bp/NOTES.txt (added)
-
constraints/bp/puzzle.lgt (added)
-
constraints/bp/SCRIPT.txt (added)
-
constraints/gprolog (added)
-
constraints/gprolog/alpha.lgt (added)
-
constraints/gprolog/loader.lgt (added)
-
constraints/gprolog/NOTES.txt (added)
-
constraints/gprolog/SCRIPT.txt (added)
-
constraints/NOTES.txt (added)
-
constraints/swipl (added)
-
constraints/swipl/hexagon.lgt (added)
-
constraints/swipl/loader.lgt (added)
-
constraints/swipl/NOTES.txt (added)
-
constraints/swipl/puzzle.lgt (added)
-
constraints/swipl/queens.lgt (added)
-
constraints/swipl/SCRIPT.txt (added)
-
constraints/swipl/sudoku.lgt (added)
-
constraints/yap (added)
-
constraints/yap/loader.lgt (added)
-
constraints/yap/NOTES.txt (added)
-
constraints/yap/puzzle.lgt (added)
-
constraints/yap/SCRIPT.txt (added)
-
NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/NOTES.txt
r4411 r4415 74 74 illustrates how to use events to avoid breaking object encapsulation 75 75 76 classvars 77 example of implementation of class variables 78 (as found in Smalltalk; i.e. shared instance variables) 79 76 80 complements 77 81 example of using a category to explicitly complement an existing 78 82 object 79 83 80 classvars 81 example of implementation of class variables 82 (as found in Smalltalk; i.e. shared instance variables) 84 constraints 85 several exampels of using constraints within objects ans categories 86 when using back-end Prolog compilers bundled with constraint domain 87 solvers 83 88 84 89 dcgs
