Skip to content

Commit

Permalink
Add vehicle_routing_limitless feature to tig-benchmarker
Browse files Browse the repository at this point in the history
  • Loading branch information
FiveMovesAhead committed Jul 4, 2024
1 parent 139bbb7 commit d33718a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tig-benchmarker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ browser = [

# c001_a009 = []

# c002_a009 = []
vehicle_routing_limitless = []

# c003_a009 = []

Expand Down
4 changes: 2 additions & 2 deletions tig-benchmarker/src/benchmarker/run_benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3074,8 +3074,8 @@ pub async fn execute(
// #[cfg(feature = "c002_a008")]
// "c002_a008" => Some(tig_algorithms::vehicle_routing::c002_a008::solve_challenge as SolveChallengeFn),

// #[cfg(feature = "c002_a009")]
// "c002_a009" => Some(tig_algorithms::vehicle_routing::c002_a009::solve_challenge as SolveChallengeFn),
#[cfg(feature = "vehicle_routing_limitless")]
"c002_a009" => Some(tig_algorithms::vehicle_routing::limitless::solve_challenge as SolveChallengeFn),

// #[cfg(feature = "c002_a010")]
// "c002_a010" => Some(tig_algorithms::vehicle_routing::c002_a010::solve_challenge as SolveChallengeFn),
Expand Down

0 comments on commit d33718a

Please sign in to comment.