This is fixed with issue335. However, if you change the goal in the example
problem to
(:goal (forall (?x)
(and
; (pred ?x)
; (ok ?x)
)))
(i.e., comment out the two atoms in the conjunction), the translator fails with
an assertion error:
AssertionError: Condition not normalized
I'm changing the title of this issue to address this other bug.
|