GLPKMathProgInterface.jl
GLPKMathProgInterface.jl copied to clipboard
Interface between the GLPK.jl wrapper and MathProgBase.jl
How does one pass in time limit, absolute optimality gap, and relative optimality gap stopping condition parameters to GPLK when using const solver = GLPKSolverMIP() ?
See https://github.com/JuliaOpt/GLPKMathProgInterface.jl/pull/37.
The current version of `GLPKMathProgInterface 0.1.11` might have an issue regarding problem modification. In a Benders decomposition problem using `JuMP`, after the callback function adds a lazy constraint, the modified...