(define (problem strips-mysty-x-22)
   (:domain mystery-strips)
   (:objects lettuce marzipan wonderbread onion bacon popover ham
             guava chicken cantelope pepper scallop beef wurst lamb pea
             cherry shrimp hamburger kale muffin stimulation curiosity
             triumph understanding expectation entertainment
             intoxication satisfaction aesthetics achievement love lubricity
             rest learning excitement satiety angina grief prostatitis
             jealousy dread boils hangover anger depression loneliness
             abrasion sciatica laceration anxiety dread-2 sciatica-1
             hangover-4 abrasion-3 surrey alsace kentucky goias moravia oregon
             uranus neptune jupiter mercury)
   (:init (food lettuce)
          (food marzipan)
          (food wonderbread)
          (food onion)
          (food bacon)
          (food popover)
          (food ham)
          (food guava)
          (food chicken)
          (food cantelope)
          (food pepper)
          (food scallop)
          (food beef)
          (food wurst)
          (food lamb)
          (food pea)
          (food cherry)
          (food shrimp)
          (food hamburger)
          (food kale)
          (food muffin)
          (pleasure stimulation)
          (pleasure curiosity)
          (pleasure triumph)
          (pleasure understanding)
          (pleasure expectation)
          (pleasure entertainment)
          (pleasure intoxication)
          (pleasure satisfaction)
          (pleasure aesthetics)
          (pleasure achievement)
          (pleasure love)
          (pleasure lubricity)
          (pleasure rest)
          (pleasure learning)
          (pleasure excitement)
          (pleasure satiety)
          (pain angina)
          (pain grief)
          (pain prostatitis)
          (pain jealousy)
          (pain dread)
          (pain boils)
          (pain hangover)
          (pain anger)
          (pain depression)
          (pain loneliness)
          (pain abrasion)
          (pain sciatica)
          (pain laceration)
          (pain anxiety)
          (pain dread-2)
          (pain sciatica-1)
          (pain hangover-4)
          (pain abrasion-3)
          (province surrey)
          (province alsace)
          (province kentucky)
          (province goias)
          (province moravia)
          (province oregon)
          (planet uranus)
          (planet neptune)
          (planet jupiter)
          (planet mercury)
          (harmony satisfaction neptune)
          (craves entertainment chicken)
          (harmony excitement neptune)
          (eats wurst pea)
          (harmony curiosity jupiter)
          (orbits neptune jupiter)
          (harmony triumph jupiter)
          (eats beef shrimp)
          (harmony understanding neptune)
          (eats hamburger cherry)
          (eats guava ham)
          (attacks moravia oregon)
          (attacks kentucky goias)
          (eats muffin pea)
          (craves intoxication cantelope)
          (eats marzipan wonderbread)
          (eats beef cherry)
          (eats pea lamb)
          (eats lamb shrimp)
          (locale shrimp moravia)
          (eats scallop beef)
          (eats scallop cantelope)
          (eats cherry scallop)
          (craves anger guava)
          (eats lamb cantelope)
          (craves curiosity bacon)
          (craves dread-2 cherry)
          (locale cantelope goias)
          (eats ham guava)
          (eats guava chicken)
          (eats onion bacon)
          (eats marzipan lettuce)
          (harmony learning neptune)
          (orbits jupiter mercury)
          (eats wonderbread lettuce)
          (craves achievement beef)
          (eats cherry beef)
          (locale pepper goias)
          (eats lamb pepper)
          (eats popover bacon)
          (eats bacon onion)
          (craves love wurst)
          (eats cherry hamburger)
          (eats pepper wurst)
          (attacks goias moravia)
          (harmony satiety jupiter)
          (eats shrimp muffin)
          (locale wurst oregon)
          (locale cherry surrey)
          (locale pea oregon)
          (eats shrimp lamb)
          (craves dread bacon)
          (craves hangover-4 hamburger)
          (locale chicken kentucky)
          (eats pea muffin)
          (craves triumph popover)
          (craves depression pepper)
          (craves rest pea)
          (craves abrasion beef)
          (eats hamburger kale)
          (eats kale wurst)
          (locale marzipan oregon)
          (locale wonderbread kentucky)
          (eats beef scallop)
          (eats bacon marzipan)
          (locale ham alsace)
          (eats kale scallop)
          (orbits uranus neptune)
          (craves sciatica wurst)
          (harmony lubricity mercury)
          (locale hamburger kentucky)
          (eats pea wurst)
          (eats pepper lamb)
          (eats wonderbread marzipan)
          (eats lettuce marzipan)
          (eats popover ham)
          (eats scallop hamburger)
          (eats scallop shrimp)
          (craves lubricity lamb)
          (locale guava surrey)
          (harmony intoxication mercury)
          (eats kale pepper)
          (craves boils popover)
          (craves learning shrimp)
          (craves abrasion-3 muffin)
          (eats chicken popover)
          (eats lamb pea)
          (eats shrimp beef)
          (harmony achievement neptune)
          (eats hamburger scallop)
          (craves anxiety pea)
          (eats scallop kale)
          (eats pepper kale)
          (craves satisfaction pepper)
          (harmony stimulation neptune)
          (eats ham popover)
          (locale bacon oregon)
          (eats lettuce wonderbread)
          (eats wurst kale)
          (craves hangover ham)
          (eats wurst pepper)
          (eats marzipan bacon)
          (craves laceration lamb)
          (eats cantelope scallop)
          (eats muffin shrimp)
          (locale onion alsace)
          (locale popover alsace)
          (harmony entertainment mercury)
          (craves excitement kale)
          (craves angina lettuce)
          (harmony expectation neptune)
          (eats chicken cherry)
          (locale scallop kentucky)
          (locale muffin surrey)
          (locale lettuce goias)
          (craves understanding ham)
          (harmony rest neptune)
          (craves satiety muffin)
          (eats onion lettuce)
          (craves loneliness scallop)
          (harmony aesthetics jupiter)
          (eats chicken guava)
          (craves sciatica-1 shrimp)
          (harmony love jupiter)
          (attacks surrey alsace)
          (eats cantelope lamb)
          (locale lamb kentucky)
          (craves grief marzipan)
          (eats bacon popover)
          (eats lettuce onion)
          (eats scallop cherry)
          (eats popover chicken)
          (attacks alsace kentucky)
          (eats kale hamburger)
          (craves prostatitis wonderbread)
          (craves expectation guava)
          (eats shrimp scallop)
          (craves jealousy onion)
          (locale kale moravia)
          (eats cherry chicken)
          (craves stimulation lettuce)
          (locale beef alsace)
          (craves aesthetics scallop))
   (:goal (and (craves hangover lamb))))