Esempio n. 1
0
 def SetBounds(self, lb: "double", ub: "double") -> "void":
     r""" Sets both the lower and upper bounds."""
     return _pywraplp.Constraint_SetBounds(self, lb, ub)
Esempio n. 2
0
 def SetBounds(self, lb: 'double', ub: 'double') -> "void":
     return _pywraplp.Constraint_SetBounds(self, lb, ub)
Esempio n. 3
0
 def SetBounds(self, lb, ub):
     return _pywraplp.Constraint_SetBounds(self, lb, ub)