File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ @misc{ConstrainedShortestPaths.jl
22 author = { Léo Baty and contributors} ,
33 title = { ConstrainedShortestPaths.jl} ,
44 url = { https://github.com/BatyLeo/ConstrainedShortestPaths.jl} ,
5- version = { v0.6.1 } ,
5+ version = { v0.6.2 } ,
66 year = { 2024} ,
77 month = { 12}
88}
Original file line number Diff line number Diff line change 11name = " ConstrainedShortestPaths"
22uuid = " b3798467-87dc-4d99-943d-35a1bd39e395"
33authors = [" Léo Baty and contributors" ]
4- version = " 0.6.1 "
4+ version = " 0.6.2 "
55
66[deps ]
77DataStructures = " 864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -15,7 +15,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1515DataStructures = " 0.18"
1616DocStringExtensions = " 0.9"
1717Graphs = " 1"
18- PiecewiseLinearFunctions = " 0.4.3 "
18+ PiecewiseLinearFunctions = " 0.4.4 "
1919SparseArrays = " <0.0.1,1"
2020Statistics = " <0.0.1,1"
2121julia = " 1.10"
Original file line number Diff line number Diff line change 7373function Base. min (
7474 r1:: StochasticBackwardResource{true} , r2:: StochasticBackwardResource{true}
7575)
76- new_g = fast_convex_meet .(r1. g, r2. g)
76+ new_g = convex_meet .(r1. g, r2. g)
7777 # new_g = remove_redundant_breakpoints.(convex_meet.(r1.g, r2.g); atol=1e-8)
7878 return StochasticBackwardResource {true} (new_g)
7979end
You can’t perform that action at this time.
0 commit comments