示例#1
0
 def get_upper_bounds(*args): return _nlopt.opt_get_upper_bounds(*args)
 def set_upper_bounds(*args): return _nlopt.opt_set_upper_bounds(*args)
示例#2
0
 def get_upper_bounds(self, *args):
     return _nlopt.opt_get_upper_bounds(self, *args)
示例#3
0
文件: nlopt.py 项目: coin-or/oBB
 def get_upper_bounds(self, *args):
     return _nlopt.opt_get_upper_bounds(self, *args)