> am using Glpk in a gui program and I like to get glpk output in a textbox > > DO you know how to redirect stdout elsewhere?
All std output in glpk routines goes via routine print. You can change its behaviour using routine lib_set_print_hook (for details see comments in glplib.c). _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
