Scenario of the Complement of the Theil Index

These are some of the implemented fairness tiles for the scenario:
| Index | Tile or Pipeline | Class |
|---|---|---|
| 1 | all-agent (a) | AllAgentTile |
| 2 | (a) accumulates (m) | AccumulatesTile |
| 3 | (m) sum m | SumPhiNumberTile |
| 4 | (α) length m | LengthTile |
| 5 | α apply φ β | ApplyTile |
| 6 | (α) map φ (β) | MapTile |
| 7 | composite (1 + 2 + 3) | AllAgentAccumulatesSumTile |
| 8 | composite (1 + 4) | AllAgentLengthTile |
| 9 | composite (1 + 2) | AllAgentAccumulatesTile |
| 10 | composite (6 + 3 + 5) | MapSumApplyTile |
| 11 | pipeline (7 + 8 + 9 + 10) | ComplementTheilIndexPipeline |