Parent

Methods

DepSelector::Exceptions::NoSolutionFound

This exception is thrown by gecode_wrapper and only used internally

Attributes

unsatisfiable_problem[R]

Public Class Methods

new(unsatisfiable_problem=nil) click to toggle source
# File lib/dep_selector/exceptions.rb, line 45
def initialize(unsatisfiable_problem=nil)
  @unsatisfiable_problem = unsatisfiable_problem
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.