[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-glpk] can't turn off messages
From: |
Andrew Makhorin |
Subject: |
Re: [Bug-glpk] can't turn off messages |
Date: |
Thu, 15 Feb 2007 22:27:04 +0300 |
> I'm using GLPK 4.14 to do integer linear programming. I use the
> following commands to initialize things:
>
> LPX* problem = lpx_create_prob();
> lpx_set_class(problem, LPX_MIP);
> lpx_set_int_parm(problem, LPX_K_MSGLEV, 0);
>
> Then I solve the problem with:
>
> int exitCode = lpx_intopt(problem);
>
> Apparently, the message level is getting set to 3 somewhere. If you
> know a quick way to fix this, I'd appreciate it.
Please see:
http://lists.gnu.org/archive/html/help-glpk/2007-02/msg00029.html