Sensitivity Analysis for LPs via Matlab
回答済みIs it possible to retrieve sensitivity analysis results for an LP using Matlab?
Thank you in advance!
0
-
Hi Greg,
Is it possible to retrieve sensitivity analysis results for an LP using Matlab?
Yes, the gurobi() function returns a struct holding various attributes. The ones you are probably looking for are \(\texttt{rc}\) and \(\texttt{pi}\). The linprog.m example shows how to access those fields.
Best regards,
Jaromił0
サインインしてコメントを残してください。
コメント
1件のコメント