def SolutionValue(self) -> "double":
     return _pywraplp.Variable_SolutionValue(self)
示例#2
0
 def SolutionValue(self):
     return _pywraplp.Variable_SolutionValue(self)