[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] two question about LP with GLPK
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] two question about LP with GLPK |
Date: |
Thu, 7 Dec 2006 20:14:05 +0300 |
> I think you should switch to the dual simplex method before
> re-optimization.
Perfectly correct, because if the current basis is optimal, changing
bounds of variables leads to the dual feasibile basis. To enable the
dual simplex method one needs to set the control paramater LPX_K_DUAL.