> Thanks for the quick and detailed answer. I will keep using the warm up
> functionality, because I don?t really have an idea of which variable(s)
> should enter the basis.

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.



_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to