Originally posted by: David0424
Hi everyone,
I'm tring to do sensitivity analysis on cplex 12.8.0 .net api, and I have few questions.
1. Can I access the optimal tableau by using .net api when optimal solution is found, if it could, what's key words in api?
2. Can I use api to re-optimize the problme base on current optimal tableau when I change coefficient of objective function or rhs of the problem?
3. It seem the feature of sensitivity analysis in api could only access the range of variables, rhs, and bounds. Can I get which constraint or variable will be affected when I chang any cofficient in the problem?
4. I've studied ILPMatrix,and it seems could only access the matrix of the problem that is unsolve. If I want to change the coefficient of the problem. How to utilize SetNZ() method if I don't know the index of columns and rows since I read lp file into memory?
Thanks for the help!
#CPLEXOptimizers#DecisionOptimization