coin-or / pulp

A python Linear Programming API
http://coin-or.github.io/pulp/
Other
2.04k stars 381 forks source link

why clp can return solution even the problem is infeasible #669

Open rlacjfjin opened 1 year ago

rlacjfjin commented 1 year ago

I have a linear problem, and I found that the problem is infeasible. And the model status is : Linear relaxation infeasible but it can return a solution and I confused that what the relaxation is and whether can I get the infeasibilities and correct that to make model feasible.

image

Thanks. Zhe