I'm very new to PDDL
and stumbling into something basic.
The object model is something along the line of:
- Object A has multiple numeric properties: Object B is a collection of Object A,
- as part of the pre-condition in an action where the parameter passed is Object B, properties of all Object A's (that are contained in Object B) need to satisfy certain criteria.
Using functions, I can define numeric properties of Object A, but I don't know how to capture "Object B is a collection of Object A"?