Class: DepSelector::ErrorReporter
- Inherits:
-
Object
- Object
- DepSelector::ErrorReporter
- Defined in:
- lib/dep_selector/error_reporter.rb,
lib/dep_selector/error_reporter/simple_tree_traverser.rb
Direct Known Subclasses
Defined Under Namespace
Classes: SimpleTreeTraverser
Instance Method Summary collapse
Instance Method Details
#give_feedback(workspace, solution_constraints, unsatisfiable_constraint_idx, most_constrained_package) ⇒ Object
23 24 25 |
# File 'lib/dep_selector/error_reporter.rb', line 23 def give_feedback(workspace, solution_constraints, unsatisfiable_constraint_idx, most_constrained_package) raise "Sub-class must implement" end |