help-glpk
[Top][All Lists]
Advanced

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

[Help-glpk] GMPL messaging


From: technical forestry services
Subject: [Help-glpk] GMPL messaging
Date: Sat, 25 Oct 2014 08:38:24 +1300
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

Hello

I am using GLPK via a Java wrapper that reads and executes a GMPL program via:

// read GMPL model
  ret = GLPK.glp_mpl_read_model(tran, fname, skip);

I am wanting to suppress the messages that the GMPL code sends to the console.

I can control messages generated at the GLPK level by using:

// modify control parameter message level
    smcp.setMsg_lev(GLPK.GLP_MSG_OFF);

However this does not influence messaging at the GMPL level.

Any suggestions?

Thanks in advance.

LB

---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com




reply via email to

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