coin-or / pulp

A python Linear Programming API

Home Page:http://coin-or.github.io/pulp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why clp can return solution even the problem is infeasible

rlacjfjin opened this issue · comments

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