Exemplo n.º 1
0
 def get_lower_bounds(*args): return _nlopt.opt_get_lower_bounds(*args)
 def set_lower_bounds(*args): return _nlopt.opt_set_lower_bounds(*args)
Exemplo n.º 2
0
 def get_lower_bounds(self, *args):
     return _nlopt.opt_get_lower_bounds(self, *args)
Exemplo n.º 3
0
Arquivo: nlopt.py Projeto: coin-or/oBB
 def get_lower_bounds(self, *args):
     return _nlopt.opt_get_lower_bounds(self, *args)