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