(define (problem holes-02_01) (:domain holes) (:objects p1 p2 h1 (:init (out p1) (out p2) (empty h1) ) (:goal (and (placed p1) (placed p2) )) )