def get_lower_bounds(*args): return _nlopt.opt_get_lower_bounds(*args) def set_lower_bounds(*args): return _nlopt.opt_set_lower_bounds(*args)
def get_lower_bounds(self, *args): return _nlopt.opt_get_lower_bounds(self, *args)