Hello,
I've got a problem with has an infeasible solution. Using the builtin cbc solver, I get an Infeasible status with a partial solution for the problem when I try to solve it. When I use GLPK 4.52.1, I get an Undefined status for the same problem and I do not get the partial solution.
Shouldn't I get the same status for the same problem even if I use different solvers? Would it be possible there is a problem with the parsing of GLPK output for infeasible solutions?
I'm using pulp 1.5.4. You can find the problem LP at
http://pastebin.com/3tih0fqg . The output from GLPK can be found at
http://pastebin.com/ysQiktir .
Regards,