예제 #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)
예제 #2
0
 def set_max_objective(self, *args):
     return _nlopt.opt_set_max_objective(self, *args)
예제 #3
0
파일: nlopt.py 프로젝트: coin-or/oBB
 def set_max_objective(self, *args):
     return _nlopt.opt_set_max_objective(self, *args)