help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] GLPK 4.38 for Java under Linux


From: Sylvain Fournier
Subject: Re: [Help-glpk] GLPK 4.38 for Java under Linux
Date: Wed, 27 May 2009 08:02:16 -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)

2009/5/27 Andrew Makhorin <address@hidden>
Rather than to "physically" remove a basic column from the problem
object with glp_del_cols you can "logically" remove it fixing it at
zero with glp_set_col_bnds(..., GLP_FX, 0, 0). In this case the basis
remains valid.



reply via email to

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