Skip to content

Commit

Permalink
debug: disable range-RAPTOR optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
ansoncfit committed Apr 3, 2024
1 parent c71eb5b commit 1826c92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class FastRaptorWorker {
// They may change results where our algorithm is not perfectly optimal, for example with respect to overtaking
// (see discussion at #708).

public static final boolean ENABLE_OPTIMIZATION_RANGE_RAPTOR = true;
public static final boolean ENABLE_OPTIMIZATION_RANGE_RAPTOR = false;
public static final boolean ENABLE_OPTIMIZATION_FREQ_UPPER_BOUND = true;
public static final boolean ENABLE_OPTIMIZATION_UPDATED_STOPS = true;
public static final boolean ENABLE_OPTIMIZATION_CLEAR_LONG_PATHS = true;
Expand Down

0 comments on commit 1826c92

Please sign in to comment.