Skip to content

Commit a2282f1

Browse files
committed
implement cost bar for DVSP
1 parent 079b724 commit a2282f1

File tree

2 files changed

+200
-162
lines changed

2 files changed

+200
-162
lines changed

src/DynamicVehicleScheduling/DynamicVehicleScheduling.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ using IterTools: partition
1313
using JSON
1414
using JuMP
1515
using Plots: plot, plot!, scatter!, @animate, Plots, gif
16-
using Printf: @printf
16+
using Printf: @printf, @sprintf
1717
using Random: Random, AbstractRNG, MersenneTwister, seed!, randperm
1818
using Requires: @require
1919
using Statistics: mean, quantile

0 commit comments

Comments
 (0)