| Class | Description |
|---|---|
| Group<C,I> |
Group.java - Stores a group with it center as ID and the associated instances
|
| GroupIdentifier<C> | |
| ProblemInstance<I> | |
| Ranking<S> | |
| RankingForGroup<C,S> |
RankingForGroup.java - saves a solution ranking for a group identified by thier group
|
| Table<I,S,P> |
Table.java - This class is used to store probleminstance and their according solutions and
performances for that solution.
|