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