Interface Solver<T extends Problem>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void solve​(T problem)
      Calculates the solution of the t and stores it in the respective HeatingCurve.
    • Method Detail

      • solve

        void solve​(T problem)
            throws SolverException
        Calculates the solution of the t and stores it in the respective HeatingCurve.
        Parameters:
        problem - - an accepted instance of T
        Throws:
        SolverException