Class Table<I,​S,​P>

  • Type Parameters:
    I - ProblemInstances saved in the table
    S - Solutions for a probleminstance
    P - Performance of a solution for a probleminstance

    public class Table<I,​S,​P>
    extends java.lang.Object
    Table.java - This class is used to store probleminstance and their according solutions and performances for that solution.
    • Constructor Summary

      Constructors 
      Constructor Description
      Table()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Table

        public Table()