Exception: Gecode::NoSolutionError

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

Overview

An exception raised when a search failed because there are no solutions.

Instance Method Summary collapse

Constructor Details

#initializeNoSolutionError

:nodoc:



5
6
7
# File 'lib/gecoder/interface/search.rb', line 5

def initialize #:nodoc:
  super('No solution could be found.')
end