# File lib/semantic_puppet/dependency/graph.rb, line 55 def satisfies_graph?(solution) constraints[:graph].all? { |_, check| check[solution] } end