[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] GLPK 4.38 for Java under Linux
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] GLPK 4.38 for Java under Linux |
Date: |
Wed, 27 May 2009 15:48:39 +0300 |
> I already thought of this way of getting rid of a variable. But
> keeping all the variables in the model, even bounded to 0, won´t slow
> down the simplex method? (there may be quite a lot of "removed" variables)
Every time glp_simplex returns you can check status of such variables
and remove those ones which became non-basic.