home *** CD-ROM | disk | FTP | other *** search
-
- % THE UNDEVELOPED DATA IS IN "Tales".
-
- episode :-
- tab(15),
- write('" H A R E M G I F T S. "'),nl,
- tab(15),
- write('----------------------------'),nl,nl.
-
- /*
- Sulla the Magnificent presented the pearlclasp,
- which was not the piece valued at 105 thousand pounds
- sterling, to one of his wives who bore the name of a
- colour.
- Her present, which had not been the property of
- MadameX, was worth more than Medusa's.
-
- The other of Sulla's wives who's name also was a
- colour obtained a gift worth over 100 thousand pounds
- sterling.It was the filmstar who lost that jewel, which
- was not the diamond necklace.
-
- Violet received the most expensive clasp. This
- was not the ruby clasp. She was not the recipient
- of the jewel that was formerly the property of the
- countess.
-
- One of the two most valuable jewels, neither being
- the pearl clasp, found its way to one of the ladies
- with a flower name. The film star had been the
- previous owner.
-
- Daisy did not receive a necklace, her gift was not
- the most expensive, but it was of twice the
- value of that received by Scarlet.
-
- Venus's present was of equal value to that of both
- Violet's and Scarlet's together.
-
- Lady Lily did not lose the ruby clasp. Neither did
- she or the prima donna lose a necklace to Sulla's
- ladies, but both Madame X and the countess did.
-
- The diamond necklace certainly wasn't the least
- expensive piece acquired by Sulla for one of his wives.
- */
-
-
-
-
- group([sterling225k,sterling165k,sterling105k,sterling60k,sterling25k]).
- group([primadonna,countess,madamex,filmstar,ladylily]).
- group([opalnecklace,diamondnecklace,emeraldclasp,pearlclasp,rubyclasp]).
- group([violet,venus,scarlet,medusa,daisy]).
-
- i(pearlclasp,sterling105k).
- i(pearlclasp,medusa).
- i(pearlclasp,daisy).
- i(pearlclasp,venus).
- i(pearlclasp,sterling25k).
- i(medusa,sterling225k).
- i(madamex,pearlclasp).
-
- i(filmstar,medusa).
- i(filmstar,daisy).
- i(filmstar,venus).
- i(filmstar,diamondnecklace).
- i(filmstar,sterling25k).
- i(filmstar,sterling60k).
-
- i(violet,opalnecklace).
- i(violet,diamondnecklace).
- i(violet,sterling25k).
- i(violet,sterling60k).
- i(violet,rubyclasp).
- i(violet,countess).
-
- i(filmstar,medusa). % Induced twice.
- i(filmstar,venus). %
- i(filmstar,scarlet).
- i(filmstar,sterling25k). %
- i(filmstar,sterling60k). %
- i(filmstar,sterling105k).
- i(filmstar,pearlclasp).
-
- i(daisy,opalnecklace).
- i(daisy,diamondnecklace).
- i(scarlet,sterling225k).
- i(scarlet,sterling165k).
- i(daisy,sterling225k).
- i(daisy,sterling165k).
- i(daisy,sterling25k).
-
- i(venus,sterling25k). %
- i(venus,sterling60k). %
- i(venus,sterling105k).
- i(violet,sterling225k).
- i(violet,sterling25k). %
- i(scarlet,sterling225k).
- i(scarlet,sterling25k).
-
- i(filmstar,sterling105k).
- i(filmstar,sterling60k).
- i(filmstar,sterling25k).
- i(madamex,sterling105k).
- i(madamex,sterling60k).
- i(madamex,sterling25k).
-
- i(ladylily,rubyclasp).
- i(ladylily,opalnecklace).
- i(ladylily,diamondnecklace).
- i(primadonna,opalnecklace).
- i(primadonna,diamondnecklace).
- i(madamex,emeraldclasp).
- i(madamex,pearlclasp).
- i(madamex,rubyclasp).
- i(countess,emeraldclasp).
- i(countess,pearlclasp).
- i(countess,rubyclasp).
-
- i(diamondnecklace,sterling25k).
-
-
-
-
-
-
-
-