I'm new to GLPK and I'm having a little problem. I'd like to know whether it's possible to limit the number of explored nodes for the MIP solver. As it says in the GLPK manual, the terminal output has the following format:
+nnn: mip = xxx <rho> yyy gap (ppp; qqq)
So, is there a way to limit the "qqq" value? Also, is there a way to print the total number of explored nodes and time used to the display (-- display) ?