# File ai/csp/constraint.rb, line 72 def forward_checkable? vars = uninstantiated_variables vars.length == 1 ? vars[0] : nil end