Originally posted by: PingLiu
I have 2 .lp files, where there are some fixed variables.
in test1.lp,'x2' and 'x5'are fixed;
in test2.lp, there are 178 fixed variables(including 'x14','x31',...) .
when I run
cplex.readModel(FileName)
for both of them,
why does the matlab show warnings for test2 but not for test1?
Warning, line 3975: Name 'x14' does not exist.
Warning, line 3992: Name 'x31' does not exist.
...........................................
158 name warnings not printed.
#CPLEXOptimizers#DecisionOptimization