def get_maxtime(self): return _nlopt.opt_get_maxtime(self)
def get_maxtime(*args): return _nlopt.opt_get_maxtime(*args) def set_maxtime(*args): return _nlopt.opt_set_maxtime(*args)
def get_maxtime(self): return _nlopt.opt_get_maxtime(self) def set_maxtime(self, *args): return _nlopt.opt_set_maxtime(self, *args)
def get_maxtime(*args): return _nlopt.opt_get_maxtime(*args)