help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] How to skip scaling


From: Andrew Makhorin
Subject: Re: [Help-glpk] How to skip scaling
Date: Thu, 19 Nov 2015 12:42:55 +0300

> the MIP presolver calls scaling. If you disable the presolver no scaling
> is done. The MIP presolver is disabled by default.
> 
> glp_iocp iocp;
> glp_init_iocp(iocp);
> // iocp.presolve = GLP_OFF;
> glp_intopt(lp, iocp);
> 
> cf. doc/glpk.pdf of the source distribution available at
> http://ftp.gnu.org/gnu/glpk/glpk-4.57.tar.gz
> 

Another way is just to filter out the message in the terminal output
hook routine installed by glp_term_hook.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]