GLPKMathProgInterface.jl icon indicating copy to clipboard operation
GLPKMathProgInterface.jl copied to clipboard

Interface between the GLPK.jl wrapper and MathProgBase.jl

Results 3 GLPKMathProgInterface.jl issues
Sort by recently updated
recently updated
newest added

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...