bug-glpk
[Top][All Lists]
Advanced

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

[Bug-glpk] can't turn off messages


From: Nick Rizzolo
Subject: [Bug-glpk] can't turn off messages
Date: Thu, 15 Feb 2007 12:46:31 -0600

Hi,

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.

Thanks,
- Nick




reply via email to

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