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