Exception: Gecode::SearchAbortedError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/gecoder/interface/search.rb

Overview

An exception raised when a search has been aborted due to e.g. hitting the time limit specified when initiating the search.

Instance Method Summary collapse

Constructor Details

#initializeSearchAbortedError

:nodoc:



13
14
15
# File 'lib/gecoder/interface/search.rb', line 13

def initialize #:nodoc:
  super('The search was aborted before a solution could be found.')
end