Page 1 of 1

How to receive GAMS performance data in Java API

Posted: Tue Jul 17, 2018 12:55 pm
by marcelbpunkt
Hi everyone,

I am currently writing my Bachelor's Thesis about improving the performance and memory usage of GAMS for a specific model. Therefore, I would need to get my hands on some metadata of the current solver instance such as memory usage, execution time, if the solution is optimal or if the timeout limit was exceeded. My only idea right now is to parse the listing file "_gams_java_gjo1.lst" for the Solve or Report Summary. Does anyone know if there exist any methods in the Java API that would return this kind of data?

Many thanks in advance!