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


_______________________________________________
Bug-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-glpk

Reply via email to