From 683c047b2b6d41a1c38082e82d3629585914fea3 Mon Sep 17 00:00:00 2001 From: BatyLeo Date: Sat, 7 Dec 2024 23:30:23 +0100 Subject: [PATCH] bugfix --- src/ConstrainedShortestPaths.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ConstrainedShortestPaths.jl b/src/ConstrainedShortestPaths.jl index 95e7213..390be6a 100644 --- a/src/ConstrainedShortestPaths.jl +++ b/src/ConstrainedShortestPaths.jl @@ -14,7 +14,7 @@ using Graphs: outneighbors, induced_subgraph using PiecewiseLinearFunctions: - PiecewiseLinearFunction, convex_meet, remove_redundant_breakpoints, fast_convex_meet + PiecewiseLinearFunction, convex_meet, remove_redundant_breakpoints, convex_meet using SparseArrays: sparse using Statistics: mean