You can turn on verbose Gurobi logging in AMPL by setting the AMPL-Gurobi parameter outlev to 1. In addition, you can set the name of file to receive log lines.
option gurobi_options 'outlev 1';
option gurobi_options 'logfile test.log';
You can turn on verbose Gurobi logging in AMPL by setting the AMPL-Gurobi parameter outlev to 1. In addition, you can set the name of file to receive log lines.
option gurobi_options 'outlev 1';
option gurobi_options 'logfile test.log';