Exception: Gecode::NoSolutionError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Gecode::NoSolutionError
- Defined in:
- lib/gecoder/interface/search.rb
Overview
An exception raised when a search failed because there are no solutions.
Instance Method Summary collapse
-
#initialize ⇒ NoSolutionError
constructor
:nodoc:.
Constructor Details
#initialize ⇒ NoSolutionError
:nodoc:
5 6 7 |
# File 'lib/gecoder/interface/search.rb', line 5 def initialize #:nodoc: super('No solution could be found.') end |