help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] Re: How to avoid output when reading in an mps problem.


From: Andrew Makhorin
Subject: Re: [Help-glpk] Re: How to avoid output when reading in an mps problem.
Date: Wed, 26 Sep 2007 17:34:11 +0400

> Oh, I now saw an answer to a similar question mentioning a new function
> introduced in glpk 4.17.

> Am I correct if I assume that the problem I asked has no solution in
> glpk 4.14 ?

In order to start solving mip the glpk mip solver needs optimal solution
of its lp relaxation, which is obtained by the simplex-based solver.
If the relaxation has no feasible solution, the mip also cannot have any
integer feasible solutions, in which case the mip solver does not start
the search.

Please note that the most recent version of glpk is 4.22.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]