# File estraierpure.rb, line 324
    def set_auxiliary(min)
      Utility::check_types({ min=>Integer }) if $DEBUG
      @auxiliary = min
      nil
    end