Ask Your Question

Revision history [back]

For the GLPK backend, you pass an extra, backend-specific parameter to the solver:

P = MixedIntegerLinearProgram(solver = "GLPK")
P.solver_parameter("timelimit", timelimit)