(define (problem break_glass) (:domain break) (:objects mirror bottle wall) (:init) (:goal (and (broken mirror) (broken bottle) (broken wall))) )