Esempio n. 1
0
 def ub(self) -> "double":
     r""" Returns the upper bound."""
     return _pywraplp.Constraint_ub(self)
Esempio n. 2
0
 def ub(self) -> "double":
     return _pywraplp.Constraint_ub(self)
Esempio n. 3
0
 def ub(self):
     return _pywraplp.Constraint_ub(self)