> I've integrated GLPK in a software I'm developing, however, it's too > noisy in the output. Can I make it silent?
Use the routines lib_set_print_hook and lib_set_fault_hook; for details see comments to these routines in file src/glplib2.c. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
