Class: Lahcuby::Problem::Solution

Inherits:
Object
  • Object
show all
Defined in:
lib/lahcuby/problem/solution.rb

Instance Method Summary collapse

Instance Method Details

#get_costObject

Raises:

  • (NotImplementedError)


5
6
7
# File 'lib/lahcuby/problem/solution.rb', line 5

def get_cost
  raise NotImplementedError
end

#get_variationObject

Raises:

  • (NotImplementedError)


9
10
11
# File 'lib/lahcuby/problem/solution.rb', line 9

def get_variation
  raise NotImplementedError
end