Beispiel #1
0
 def reduced_cost(self) -> "double":
     r"""
     Advanced usage: returns the reduced cost of the variable in the current
     solution (only available for continuous problems).
     """
     return _pywraplp.Variable_reduced_cost(self)
 def reduced_cost(self) -> "double":
     return _pywraplp.Variable_reduced_cost(self)
Beispiel #3
0
 def reduced_cost(self):
     return _pywraplp.Variable_reduced_cost(self)