[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] Different status returned in API and by terminal output
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] Different status returned in API and by terminal output |
Date: |
Tue, 22 Nov 2011 22:09:58 +0300 |
> Can I still somehow get information that there is a feasible solution
Disable the lp presolver, call the simplex solver, and if it returns 0,
check the solution status.
> but no
> maximum value could be found like the one I see in terminal output, but
> through GLPK API?
If the lp presolver is enabled, what you see on the terminal corresponds
to a presolved lp, not to the original one.
> BTW, I'm using primal method with presolver ON.