Changeset 4420 for trunk/examples
- Timestamp:
- 08/10/08 08:57:09 (5 months ago)
- Location:
- trunk/examples/constraints
- Files:
-
- 2 modified
-
swipl/SCRIPT.txt (modified) (1 diff)
-
yap/SCRIPT.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/constraints/swipl/SCRIPT.txt
r4416 r4420 22 22 23 23 24 | ?- puzzle::solve(Sum=Rs), label(Rs) , write(Sum=Rs).24 | ?- puzzle::solve(Sum=Rs), label(Rs). 25 25 [9, 5, 6, 7]+[1, 0, 8, 5]=[1, 0, 6, 5, 2] 26 26 Sum = [9, 5, 6, 7]+[1, 0, 8, 5], -
trunk/examples/constraints/yap/SCRIPT.txt
r4418 r4420 22 22 23 23 24 | ?- puzzle::solve(Sum=Rs), label(Rs) , write(Sum=Rs).24 | ?- puzzle::solve(Sum=Rs), label(Rs). 25 25 [9, 5, 6, 7]+[1, 0, 8, 5]=[1, 0, 6, 5, 2] 26 26 Sum = [9, 5, 6, 7]+[1, 0, 8, 5],
