[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] Control parameters
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] Control parameters |
Date: |
Thu, 19 Jan 2006 05:06:11 +0300 |
> 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.