if (compare_versions (version (), "3.3.55", ">="))
  ## optimset mechanism was fixed for option names with underscores
  ## sometime in 3.3.54+, if I remember right
  __all_opts__ ("nonlin_residmin");
  __all_opts__ ("residmin_stat");
  __all_opts__ ("nonlin_min");
endif
