> Is there a way to set/change control parameters and macros using the > pre-compiled (stand-alone solver) "glpsol.exe"?
Only through command-line options. > If possible and more specific, is there a way tu supress output like > setting > LPX_K_MSGLEV to 0? There are two routines: lib_set_print_hook and lib_set_fault_hook. For details see comments in file src/glplib2.c. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
