Suppressing GUROBI output (MATLAB interface)

534 views
Skip to first unread message

Casper Rademaker

unread,
Sep 26, 2013, 2:39:24 PM9/26/13
to gur...@googlegroups.com
Dear all,

I am using GUROBI to solve a large amount of small MIPs in MATLAB in a scripted manner.
The constant printing of output to the MATLAB interface slows down the script considerably.
I could not find the parameter setting to suppress the output.
Could anyone help me?

Thanks in advance,
Kind regards,

Casper Rademaker

Christopher Maes

unread,
Sep 26, 2013, 2:47:03 PM9/26/13
to gur...@googlegroups.com
> I could not find the parameter setting to suppress the output.

You want OutputFlag:
http://www.gurobi.com/documentation/5.5/reference-manual/node862

In MATLAB this would be:
params.outputflag = 0;
gurobi(model, params)

Chris
Reply all
Reply to author
Forward
0 new messages