Esempio n. 1
0
 def SetOffset(self, value: "double") -> "void":
     r""" Sets the constant term in the objective."""
     return _pywraplp.Objective_SetOffset(self, value)
Esempio n. 2
0
 def SetOffset(self, value: 'double') -> "void":
     return _pywraplp.Objective_SetOffset(self, value)
Esempio n. 3
0
 def SetOffset(self, value):
     return _pywraplp.Objective_SetOffset(self, value)