First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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

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