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