def SetUB(self, ub: 'double') -> "void":
     return _pywraplp.Constraint_SetUB(self, ub)
Example #2
0
 def SetUB(self, ub):
     return _pywraplp.Constraint_SetUB(self, ub)