Originally posted by: lbr33
Why does a a basic optimal variable have reduced cost positive in a minimization problem?
The lp model follows attached.
I'm worried with lambdas vairables.
When I solve this model directly by the terminal using cplex, I can get this information :
Display which part of the solution: reduced
Display reduced costs for which variable(s): lambda(1)
Variable Name Reduced Cost lambda(1) -4199562.000000
CPLEX> display solution reduced
Display reduced costs for which variable(s): lambda(2)
The reduced cost 'lambda(2)' is 0.
CPLEX> display solution reduced
Display reduced costs for which variable(s): lambda(3)
Variable Name Reduced Cost lambda(3) 12599562.000000
CPLEX> display solution variables
Display values of which variable(s): lambda(1)
Variable Name Solution Value lambda(1) 1.000000
CPLEX> display solution variables
Display values of which variable(s): lambda(2)
The variable 'lambda(2)' is 0.
CPLEX> display solution variables
Display values of which variable(s): lambda(3)
The variable 'lambda(3)' is 0.
Is that ok?
As lambda(1) is equal 1, I thought this variable must have reduced cost equals zero.
#CPLEXOptimizers#DecisionOptimization