> 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. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
