コード例 #1
0
ファイル: nlopt.py プロジェクト: ImageGuidedTherapyLab/ExLib
 def get_lower_bounds(*args): return _nlopt.opt_get_lower_bounds(*args)
 def set_lower_bounds(*args): return _nlopt.opt_set_lower_bounds(*args)
コード例 #2
0
ファイル: nlopt.py プロジェクト: daramasala/node-nlopt
 def get_lower_bounds(self, *args):
     return _nlopt.opt_get_lower_bounds(self, *args)
コード例 #3
0
ファイル: nlopt.py プロジェクト: coin-or/oBB
 def get_lower_bounds(self, *args):
     return _nlopt.opt_get_lower_bounds(self, *args)