As you refer to .mod and .datfiles, you seem to be using OPL to model your problem. But the CPLEX Interactive only understands
CPLEX file formats, it doesn't understand OPL. In order to load your model in the CPLEX Interactive, you have to instruct OPL to export it. In the 'Language/Run' section of the OPL settings, you can change 'Export format' and choose an appropriate file format for CPLEX. LP is easier to read, but .SAV is smaller and is an exact copy of the model as it exists in the CPLEX memory.
This being said, CPLEX doesn't offer sensitivity analysis for MIP, as this only exists for (continuous) LPs. Using OPL scripting or other programming languages, you could modify your model in various ways and see what happens when you solve it again.
------------------------------
Xavier
------------------------------
Original Message:
Sent: Wed September 23, 2020 04:44 AM
From: Peter Müller
Subject: Sensitivity Analysis for a MIP?
Hello,
how can I do a sensitivity analysis for my MIP, i am not able to find information, except using cplex interactive, where i am not able to load my .mod and .dat file.
I would appreciate, if you could help me out even if it does sound like a dumb question.
Thank you.
------------------------------
Peter Müller
------------------------------
#DecisionOptimization