Scenario of the Complement of the Gini 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 | (α),(β) cross (⟨α, β⟩) | CrossTile |
| 4 | (m) sum m | SumTile |
| 5 | (α) map φ (β) | MapTile |
| 6 | (α) length m | LengthTile |
| 7 | α apply φ β | ApplyTile |
| 8 | composite (1 + 2) | AllAgentAccumulatesTile |
| 9 | composite (1 + 2) | AllAgentAccumulatesTile |
| 10 | composite (3 + 5 + 4) | CrossMapSumTile |
| 11 | composite (1 + 2 + 4) | AllAgentAccumulatesSumTile |
| 12 | composite (1 + 5) | AllAgentLengthTile |
| 13 | pipeline (10 + 11 + 12) | ComplementGiniIndexPipeline |