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
_______________________________________________
Help-glpk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-glpk