First time here? Check out the FAQ!
answered 10 years ago
For the GLPK backend, you pass an extra, backend-specific parameter to the solver:
P = MixedIntegerLinearProgram(solver = "GLPK") P.solver_parameter("timelimit", timelimit)