# File ai/csp/problem.rb, line 37 def each_uninstantiated_variable @variables.each { |variable| yield variable unless variable.instantiated? } end