def self.forward_check_helper(partial_key, count)
      @new_partial[count] ||= []
      partial_key[count].each_with_index do |item, _index|
        next if partial_key[count + 1].nil?
        partial_key[count + 1].each_with_index do |next_item, _index2|