How to receive GAMS performance data in Java API

Questions on using the GAMS APIs (Python, .NET, etc.)
Post Reply
User avatar
marcelbpunkt
User
User
Posts: 2
Joined: 6 years ago

How to receive GAMS performance data in Java API

Post 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!
Post Reply