Exemplo n.º 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)
Exemplo n.º 2
0
 def reduced_cost(self) -> "double":
     return _pywraplp.Variable_reduced_cost(self)
Exemplo n.º 3
0
 def reduced_cost(self):
     return _pywraplp.Variable_reduced_cost(self)