You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AMPL Modeling Language
Hello AMPL users,
I am trying to store the MIP gap and time that come with an option outlev=1 in AMPL with Gurobi solver. Could you suggest to this inquiry please?
Thanks.
Baburam
Robert Fourer
unread,
Oct 20, 2017, 10:24:53 AM10/20/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to am...@googlegroups.com
There isn't any option to have all the gap and timing detail from the Gurobi log returned to params in AMPL. Gurobi just writes the log to standard output. You'll need to redirect it to a file with a command like "solve >gurobi.log;" and then write a little program of your own to extract the needed values.