6 Jan 2011 21:07
Tried to bind * to NULL value.
Hans Moser <hans.moser70 <at> gmx.at>
2011-01-06 20:07:58 GMT
2011-01-06 20:07:58 GMT
I got "WARNING: Tried to bind |V|?s2 to NULL value. Potentially a PowerLoom bug". I can't see any error in my
code and the negative questio works.
Thanks.
;;;;
;;;; PowerLoom 4.0.0.beta
;;;;
(in-package "STELLA")
(defmodule "TEST"
:documentation "Test module"
:includes ("PL-USER"))
(in-module "TEST")
(set-feature justifications)
(defrelation individual (?x))
(defrelation bounded (?x))
(defrelation unbounded (?x))
(defrelation member (?x ?s))
(defrelation equal (?x ?y))
(assert (forall (?x) (or (set ?x) (individual ?x))))
(assert (forall (?x) (or (not (set ?x)) (not (individual ?x)))))
(assert (forall (?x) (or (bounded ?x) (unbounded ?x))))
(assert (forall (?x) (or (not (bounded ?x)) (not (unbounded ?x)))))
(Continue reading)
RSS Feed