> 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.


_______________________________________________
Help-glpk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to