Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

How to do sensitivity analysis in gamside? Give an example code and explain step by step. model rec1_3 /all/; FILE OPT Cplex option file/cplex.opt/; PUT

How to do sensitivity analysis in gamside? Give an example code and explain step by step.

model rec1_3 /all/; FILE OPT Cplex option file/cplex.opt/; PUT OPT; PUT'objrng all'/ 'rhsrng all'/; PUTCLOSE OPT; rec1_3.optfile=1; rec1_3.dictfile=4; option iterlim =100000000; option reslim=100000000; solve rec1_3 using LP minimizing z; display X.L,z.L;

! please be as above !

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions