Skip to content

Commit 90a0e90

Browse files
committed
fix tests
1 parent b89854f commit 90a0e90

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ Currently, this package provides the following benchmark problems (many more to
1515
- `FixedSizeShortestPathBenchmark`: shortest path problem with on a graph with fixed size.
1616
- `WarcraftBenchmark`: shortest path problem on image maps
1717
- `PortfolioOptimizationBenchmark`: portfolio optimization problem.
18+
- `StochasticVehicleSchedulingBenchmark`: stochastic vehicle scheduling problem.
1819

1920
See the [documentation](https://JuliaDecisionFocusedLearning.github.io/DecisionFocusedLearningBenchmarks.jl/stable/) for more details.

src/DecisionFocusedLearningBenchmarks.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ include("SubsetSelection/SubsetSelection.jl")
2929
include("Warcraft/Warcraft.jl")
3030
include("FixedSizeShortestPath/FixedSizeShortestPath.jl")
3131
include("PortfolioOptimization/PortfolioOptimization.jl")
32-
3332
include("StochasticVehicleScheduling/StochasticVehicleScheduling.jl")
3433

3534
using .Utils

src/StochasticVehicleScheduling/StochasticVehicleScheduling.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module StochasticVehicleScheduling
22

33
export StochasticVehicleSchedulingBenchmark
44
export generate_dataset, generate_maximizer, generate_statistical_model
5-
export objective_value
65
export plot_instance, plot_solution
76
export compact_linearized_mip, compact_mip, column_generation_algorithm, local_search
87
export evaluate_solution, is_feasible

0 commit comments

Comments
 (0)