Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 23:10
7ccf5b7

RingStarProblems v0.2.0

Diff since v0.1.10

Patch release v0.2.0

✅ Now possible to use coordinates to solve RSP and 1-R-RSP, #12 closing

Solving with nodes coordinates

Either:

julia> x = 1:10
julia> y = rand(1:10, 10)
julia> RSP.rspoptimize(pars, x, y, GLPK.Optimizer)

Or:

julia> xycoors = tuple.(1:10, rand(1:10, 10))
julia> RSP.rspoptimize(pars, xycoors, GLPK.Optimizer)

✅ Several enhancements
✅ Code readability improved

Merged pull requests: