> How can I configure the solver so as it won't show the message : > > + 310: mip = 5.920000000e+02 <= tree is empty 0.0% (0; 139) > > during the lpx_integer function ? I already use lpx_set_int_parm(lp, > LPX_K_MSGLEV, 0) in > order to set it quiet...
Use set_print_hook to suppress all stdout messages. Its description can be found in file glplib2.c. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
