I would like to access intermediate (best available)integer feasible solution in the middle of a long MILP run where desired MIP Gap is not yet reached.
Eg: In Pyomo this is achieved by Ctrl+C keyboard interrupt where the simulation solve stops and python continues on next steps in script to report best available solution
Is there something like this available via GAMSPy?