class Gecode::NoSolutionError

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

Public Class Methods

new() click to toggle source
Calls superclass method
# File doc/tmp/rdoc_dev/gecoder/interface/search.rb, line 5
def initialize 
  super('No solution could be found.')
end