This repository has been archived on 2023-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
plasp/tests/data/test-cases/typing-1.pddl

12 lines
121 B
Plaintext

(define
(domain test)
(:requirements :typing)
(:types
object
a1 a2 a3 - object
bx - a1
bx - a2
bx - a3
)
)