Class UnstatableProblemException

All Implemented Interfaces:
Serializable

public class UnstatableProblemException
extends SchedulerException
An exception to state the solver did not have enough time to state about the problem feasibility.
Author:
Fabien Hermenier
See Also:
Serialized Form
  • Constructor Details

    • UnstatableProblemException

      public UnstatableProblemException​(Model m, int to)
      Make a new exception.
      Parameters:
      m - th model to solve.
      to - the allotted time in seconds.
  • Method Details

    • timeout

      public int timeout()
      Get the allotted time.
      Returns:
      a duration in second.