Types of Objects
Next: Constraints
Up: Reasoning with Tesserals
Previous: Overview
Two distinct types of object may exist:
- Tile objects: The shape is defined by a single tesseral address.
- Zone objects: The shape is comprised of more than one address.
and each of these types of object may be categorized as:
- Fixed : A tile or zone object with known location.
- Free : A tile or zone object which has more than one possible location.
Then the declaration:
object: A [0] [[000..003], [021]]
means that A is a tile object, which may be at any of the addresses 000, 001, 002, 003 or 021.
B.J.H. Beattie
Tue Nov 21 17:11:01 GMT 1995