# File ai/csp/constraint.rb, line 39 def checkable? @variables.each { |variable| return false unless variable.instantiated? } true end