コード例 #1
0
 def ub(self) -> "double":
     r""" Returns the upper bound."""
     return _pywraplp.Constraint_ub(self)
コード例 #2
0
 def ub(self) -> "double":
     return _pywraplp.Constraint_ub(self)
コード例 #3
0
 def ub(self):
     return _pywraplp.Constraint_ub(self)