Class: Lahcuby::Problem::Solution
- Inherits:
-
Object
- Object
- Lahcuby::Problem::Solution
- Defined in:
- lib/lahcuby/problem/solution.rb
Instance Method Summary collapse
Instance Method Details
#get_cost ⇒ Object
5 6 7 |
# File 'lib/lahcuby/problem/solution.rb', line 5 def get_cost raise NotImplementedError end |
#get_variation ⇒ Object
9 10 11 |
# File 'lib/lahcuby/problem/solution.rb', line 9 def get_variation raise NotImplementedError end |