class Solve::Graph

def initialize

def initialize
  @artifacts = Hash.new
end