> I have a situation: the model section is fixed. however, the data > section is changing (on the fly) for each run of lpx_simplex. I try > to avoid write/read the data every time I call simplex. Is there > anyway simple and faster to feed the changing data into lp object?
There is no such way. As an alternative you could create the model directly using glpk api routines. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
