Skip to content

Latest commit

 

History

History
38 lines (16 loc) · 747 Bytes

File metadata and controls

38 lines (16 loc) · 747 Bytes

3ac3eb23

Examples

ARC examples for 3ac3eb23

Rules (DSL)

DSL rules for 3ac3eb23

Notes

Finding Rules

Scene Parsing

We parse the input and output scenes into objects.

Mapping Input Objects to Output Objects

For each input object, there is only one object in the output scene that it is contained within, making it straightforward to produce a mapping from input objects to output objects.

e.g.

image 1

Finding Rules from Object Mappings

All object mappings involve replacing the input object’s shape with a common output shape, making it straightforward to produce the single required rule:

image 2