Patch release v0.1.6
As mentioned in issue #11 the solver is now optimizer agnostic!
Currently supports GLPK and Gurobi
Bug fixes
RingStarProblems.jl is not “an empty” package anymore, see here.
some GitHub workflows successfully added (CI.yml, and TagBot.yml)
- Can not support SCIP, it doesn’t support Lazy Constraints Callbacks
- Solvers 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:
- CPLEX, GLPK, Xpress, Gurobi
Next patch objectives: v0.1.7
- Continue document the package (use DocStringExtensions.jl)
- CodeCoverage is only 18.72%, because plenty of files are at 0% mainly due to future functionalities that will be added
- Continue trying to find collaborators!
Next minor release objective v0.2.0
- See enhancement feature: RingStarProblems.jl #12
Any feedback is most welcome
I was able to precompile
and using
the package on another computer today, plus lauching the README Usage for the first time with this patch release, let me know if this is also the case for you