> I'm solving some problems using the "glp_mincost_okalg" function
> but, at each problem solved I get the output:

> "Reading min-cost flow problem data from `graph.txt'...
> Flow network has 16 nodes and 13 arcs"

> How can I suppress this output?

Use 'glp_term_out(GLP_OFF)' to disable and 'glp_term_out(GLP_ON)' to
resume terminal output.



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

Reply via email to