@JuliaRegistrator register Release notes # Patch release v0.1.4+1 - As mentioned in https://github.com/jkhamphousone/RingStarProblems.jl/issues/11 the solver is now Optimizer Agnostic! - Currently supports GLPK and Gurobi - Can not support SCIP, it [doesn't support Lazy Constraints Callbacks](https://discourse.julialang.org/t/lazy-constraints-are-not-supported-by-scip-jl-while-jump-doesnt-mention-it/117110/) - Solver remaining to test: CPLEX and Xpress (Any feedback on these solvers is most welcome!) According to [JuMP manual](https://jump.dev/JuMP.jl/stable/manual/callbacks/), the supported solver for Lazy Constraints Callbacks are: - CPLEX, GLPK, Xpress, Gurobi Some bug fixes
@JuliaRegistrator register
Release notes
Patch release v0.1.4+1
As mentioned in Making the solver parametric #11 the solver is now Optimizer Agnostic!
Currently supports GLPK and Gurobi
Can not support SCIP, it doesn't support Lazy Constraints Callbacks
Solver remaining to test: CPLEX and Xpress (Any feedback on these solvers is most welcome!)
According to JuMP manual, the supported solver for Lazy Constraints Callbacks are:
Some bug fixes