class Solve::Solver

def demand_collection

Returns:
  • (Array) -
def demand_collection
  @demands.collect { |name, demand| demand }
end