Beispiel #1
0
 def remove_equality_constraints(self):
     return _nlopt.opt_remove_equality_constraints(self)
Beispiel #2
0
 def remove_equality_constraints(self):
     return _nlopt.opt_remove_equality_constraints(self)
Beispiel #3
0
 def remove_equality_constraints(*args): return _nlopt.opt_remove_equality_constraints(*args)
 def add_inequality_constraint(*args): return _nlopt.opt_add_inequality_constraint(*args)
Beispiel #4
0
 def remove_equality_constraints(*args):
     return _nlopt.opt_remove_equality_constraints(*args)