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