I’m working on a game system where rounds return incomplete orderings — some teams are known to be better than others, but the relative ordering between certain pairs is intentionally undefined.
This is not a case of all teams tying, nor of a full ranking. Rather, it resembles a partial order like:
Team A, Team B > Team B, Team C
where the relation between A and B is not defined, i.e., they are not tied, but also not comparable in this game instance.
Is there a way to currently model this?
I’m working on a game system where rounds return incomplete orderings — some teams are known to be better than others, but the relative ordering between certain pairs is intentionally undefined.
This is not a case of all teams tying, nor of a full ranking. Rather, it resembles a partial order like:
Team A, Team B > Team B, Team C
where the relation between A and B is not defined, i.e., they are not tied, but also not comparable in this game instance.
Is there a way to currently model this?