Skip to content

Commit 9a7bc4e

Browse files
committed
fix
1 parent b61e7d4 commit 9a7bc4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DecisionFocusedLearningBenchmarks.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ include("PortfolioOptimization/PortfolioOptimization.jl")
2828

2929
using .Utils
3030
using .Argmax
31+
using .Ranking
3132
using .SubsetSelection
3233
using .Warcraft
3334
using .FixedSizeShortestPath
@@ -43,6 +44,7 @@ export compute_gap
4344

4445
# Export all benchmarks
4546
export ArgmaxBenchmark
47+
export RankingBenchmark
4648
export SubsetSelectionBenchmark
4749
export WarcraftBenchmark
4850
export FixedSizeShortestPathBenchmark

0 commit comments

Comments
 (0)