Logtalk 2.29.3 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1781 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2007-01-24 11:01:56 +00:00
parent 355f491539
commit b697f3d34e
223 changed files with 426 additions and 331 deletions

View File

@@ -1,6 +1,6 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.29.2
Release 2.29.3
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
=================================================================

View File

@@ -1,6 +1,6 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.29.2
Release 2.29.3
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
=================================================================

View File

@@ -34,8 +34,8 @@ http://www.csci.csusb.edu/dick/cs320/prolog/Potions.htm
P2 \== poison,
select(P3, H4, H5),
P3 \== poison, % third clue
P2 == P6,
select(P6, H5, H6), % fourth clue
P2 == P6,
select(P4, H6, H7),
select(P5, H7, []),
two_pairs_poison_wine([P1, P2, P3, P4, P5, P6, P7]). % first clue