First time here? Check out the FAQ!
answered 2015-02-24 10:20:04 +0100
For the GLPK backend, you pass an extra, backend-specific parameter to the solver:
P = MixedIntegerLinearProgram(solver = "GLPK") P.solver_parameter("timelimit", timelimit)