Exemplo n.º 1
0
 def set_max_objective(*args): return _nlopt.opt_set_max_objective(*args)
 def remove_inequality_constraints(*args): return _nlopt.opt_remove_inequality_constraints(*args)
Exemplo n.º 2
0
 def set_max_objective(self, *args):
     return _nlopt.opt_set_max_objective(self, *args)
Exemplo n.º 3
0
Arquivo: nlopt.py Projeto: coin-or/oBB
 def set_max_objective(self, *args):
     return _nlopt.opt_set_max_objective(self, *args)