Originally posted by: PingLiu
I have a mixed integer linear problem (MILP). The problem has zero columns. It succeeded when solved with Matlab/Cplex interface.
[x, fval, exitflag, output] = cplexmilp (double(f'), double(Aineq), double(bineq'), double(Aeq), double(beq'),...
[ ], [ ], [ ], double(lb'), double(ub'), ctype, [ ], []);
But when I tried to solve it in NEOS with the mps file, it failed. I am not sure why the same problem can not be solved in mps format.
#CPLEXOptimizers#DecisionOptimization