(define (problem balls30) (:objects A B -room 1..30 - ball Left Right - gripper) (:init (atRobby A) (forall (?x - ball) (at ?x A)) (forall (?g - gripper) (free ?g))) (:goal (forall (?x - ball)(at ?x B))) )