Class AbstractSolution

    • Method Detail

      • getInputData

        public AbstractInputData getInputData()
        Returns:
        Original input for this solution.
      • getSolvingTime

        public java.time.Duration getSolvingTime()
        Returns:
        Solving time of this solution.
      • setSolvingTime

        protected void setSolvingTime​(java.time.Duration solvingTime)
        Set the solving time of this solution.
        Parameters:
        solvingTime - Solving time for the solution.
      • isFeasible

        public boolean isFeasible()
        Returns:
        true if the solution is feasible or optimal.