Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.44 KB

File metadata and controls

28 lines (20 loc) · 1.44 KB

Minimal Working Example

Description

Minimal Working Example (MWE) is a simple directional QSR aimed to demonstrate how to implement a new QSR and integrate it in QSRlib.

Relations

All the possible MWE relations between a blue object X and a red object Y are:

Relation Illustration Interpretation +
X left Y image X is to the left of Y.
X right Y image X is to the right of Y.
X together Y image X and Y are together.

API

The API can be found here <qsrlib_qsrs.qsr_new_mwe>.