| Class | Description |
|---|---|
| BidPoint |
A BidPoint is a tuple which contains the utility of a particular bid for each
agent.
|
| BidPointSorterA |
Sorts
BidPoint based on their utility for agent A. |
| BidPointSorterB |
Sorts
BidPoint based on their utility for agent B. |
| BidPointTime |
Specialized version of a BidPoint for the case that there are two agents.
|
| BidSpace |
A collection of utilityspaces can be viewed as a space in which a bid is
assigned multiple point corresponding to the utility of the bid for different
agents.
|
| BidSpaceCache |
Caches the BidSpace such that we don't have to recompute it each time.
|
| MultilateralAnalysis |
Start on analysis of the multi party tournament.
|
| ParetoFrontier |
Class which stores the Pareto-frontier.
|