module Algorithms::Greedy

Public Class Methods

init(solution) click to toggle source
# File lib/algorithms/greedy.rb, line 11
def self.init(solution)
  Engine.new(solution)
end