'glpk linear programming: how to set Convergence Criterion

is it an easy way to set the Convergence Criterion for the glpk solver?

I would like to get some "quick" and dirty results. Should be quite easy I suppose as setting the mip gap. model.solve(GLPK(MIPGap = 0.01))



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source