Beispiel #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)
Beispiel #2
0
 def set_max_objective(self, *args):
     return _nlopt.opt_set_max_objective(self, *args)
Beispiel #3
0
 def set_max_objective(self, *args):
     return _nlopt.opt_set_max_objective(self, *args)