(define (problem break_glass) (:domain break) (:objects glass window) (:init) (:goal (and (broken glass) (broken window))) )