class Newral::Graphs::CheapestFirst

Public Instance Methods

measure( path ) click to toggle source
# File lib/newral/graphs/cheapest_first.rb, line 5
def measure( path  )
   path.cost 
end