문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top