コード例 #1
0
 def Clear(self) -> "void":
     r"""
      Clears the offset, all variables and coefficients, and the optimization
     direction.
     """
     return _pywraplp.Objective_Clear(self)
コード例 #2
0
 def Clear(self) -> "void":
     return _pywraplp.Objective_Clear(self)
コード例 #3
0
 def Clear(self):
     return _pywraplp.Objective_Clear(self)