Originally posted by: Ben-1111
Thanks for your answer,
I'm new with Matlab and cplex solver. I understand now, one of the constraints in the Big-M equations makes the problem infeasible and interfer with one of the equalities.
But I never used the class API, only the toolbox and with the interactive optimizer of Cplex i need to read the SAV file before and I don't know how to export the data from matlab in this kinf of file,
I put in the option of the code :
options = cplexoptimset('cplex');
options.exportmodel = 'milp.sav'
options.Diagnostics = 'on';
But I don't know where is the file "milp.sav'
Can you help me, please?
Thanks in advance
#CPLEXOptimizers#DecisionOptimization