Originally posted by: Hadi_Mosadegh
I can solve a linear programing problem using linprog or cplexlp in MATLAB. After algorithm completes, I need to get B inverse in the final simplex iteration or at least basic variables by which I can extract the B matrix and reach the B inverse using inv(B).
Thanks.
#CPLEXOptimizers#DecisionOptimization