help-glpk
[Top][All Lists]
Advanced

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

[Help-glpk] Re: [Bug-glpk] Re: minimization flag ignored by 'glp_simplex


From: Andrew Makhorin
Subject: [Help-glpk] Re: [Bug-glpk] Re: minimization flag ignored by 'glp_simplex' (GLPK 4.25)
Date: Sun, 6 Jul 2008 13:06:23 +0400

Robbie,

The "strange" behavior of the simplex solver is caused by small
objective coefficients; they are of the order 1e-9, i.e. even less
than the reduced cost tolerance (which is 1e-8 by default). In the
current implementation the objective row is not scaled, so the solver
just "think" that reduced costs are small enough to terminate the
search.

Scaling the objective row by multiplying all objective coefficients,
say, by 1e+9 resolves the problem.






reply via email to

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