26 May 2005 01:00
Re: play(player, game)
Octav Popescu <octav <at> cmu.edu>
2005-05-25 23:00:23 GMT
2005-05-25 23:00:23 GMT
--On Wednesday, May 25, 2005 12:47 -0700 Hans Chalupsky <hans <at> ISI.EDU> wrote: >>>>>> Octav Popescu <octav <at> cmu.edu> writes: > >> Another question: irrespective of the CLOSED declaration, does PowerLoom >> do 3-value (or 5-value with the defaults) logic computation? Like saying >> (AND UNKNOWN FALSE) = FALSE, (AND UNKNOWN TRUE) = UNKNOWN, (OR UNKNOWN >> TRUE) = TRUE, (OR UNKNOWN FALSE) = UNKNOWN. > > Yes, for example: > > STELLA(3): (defrelation happy (?x)) >| r|HAPPY > STELLA(4): (assert (not (happy joe))) >| P|(NOT (HAPPY JOE)) > STELLA(5): (ask (happy fred)) > UNKNOWN > STELLA(6): (ask (and (happy joe) (happy fred))) > FALSE > STELLA(7): (ask (or (happy joe) (happy fred))) > UNKNOWN > STELLA(8): (ask (or (not (happy joe)) (happy fred))) > TRUE > STELLA(10): (ask (and (not (happy joe)) (happy fred))) > UNKNOWN > STELLA(11): > > Hans Well, that's great, but then I get:(Continue reading)
RSS Feed