コード例 #1
0
 def SetBounds(self, lb: "double", ub: "double") -> "void":
     r""" Sets both the lower and upper bounds."""
     return _pywraplp.Variable_SetBounds(self, lb, ub)
コード例 #2
0
 def SetBounds(self, lb: 'double', ub: 'double') -> "void":
     return _pywraplp.Variable_SetBounds(self, lb, ub)
コード例 #3
0
 def SetBounds(self, lb: "double", ub: "double") -> "void":
     return _pywraplp.Variable_SetBounds(self, lb, ub)