Example #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)
 def SetBounds(self, lb: 'double', ub: 'double') -> "void":
     return _pywraplp.Constraint_SetBounds(self, lb, ub)
Example #3
0
 def SetBounds(self, lb, ub):
     return _pywraplp.Constraint_SetBounds(self, lb, ub)