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