def set_max_objective(*args): return _nlopt.opt_set_max_objective(*args) def remove_inequality_constraints(*args): return _nlopt.opt_remove_inequality_constraints(*args)
def set_max_objective(self, *args): return _nlopt.opt_set_max_objective(self, *args)