Is there a way get detailed logging information about an optimization problem solved using Gurobi's Java interface. Maybe something like a method that prints logging information. GRBEnv can be initialized with a log file, but the information there does not allow you to look at matrices, variables and constraints. Programmatically generating those is cumbersome.

link|improve this question

58% accept rate
feedback

1 Answer

up vote 1 down vote accepted

GRBModel.write() is the method to look at. Special attention should be paid to the file extensions.: http://www.gurobi.com/doc/46/refman/node275.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.