/* 6 objects in 3 different locations */ (define (problem briefcase) (:domain briefcase) (:objects (1..10 - loc) ; the number of locations is practically ; uninfluent (obj1 obj2 obj3 obj4 obj5 obj6 - obj)) (:init (atRobby home)(at obj1 1) (at obj2 1)(at obj3 3) (at obj4 3)(at obj5 5)(at obj6 5)) (:goal (atRobby home)(forall(?x - obj)(at ?x home))) )