class Lahcuby::Problem::Solution
Public Instance Methods
get_cost()
click to toggle source
# File lib/lahcuby/problem/solution.rb, line 5 def get_cost raise NotImplementedError end
get_variation()
click to toggle source
# File lib/lahcuby/problem/solution.rb, line 9 def get_variation raise NotImplementedError end