# File ai/csp/variable.rb, line 97
        def domain_empty?(level=0)
            domain_size(level) == 0
        end