Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
luchengqi7 committed Dec 15, 2023
1 parent d018bbc commit b2ff098
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public static DrtConfigGroup getSingleModeDrtConfig(Config config) {
"Defines the maximum allowed absolute detour based on the unsharedRideTime. A linear combination similar to travel time constrain is used"
+ "This is the ratio part")
@DecimalMin("1.0")
public double maxDetourAlpha = Double.POSITIVE_INFINITY;// [s]
public double maxDetourAlpha = Double.POSITIVE_INFINITY;

@Parameter
@Comment(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import org.matsim.contrib.drt.run.DrtConfigGroup;
import org.matsim.contrib.drt.run.DrtControlerCreator;
import org.matsim.contrib.drt.run.MultiModeDrtConfigGroup;
import org.matsim.contrib.dvrp.run.AbstractDvrpModeModule;
import org.matsim.contrib.dvrp.run.AbstractDvrpModeQSimModule;
import org.matsim.contrib.dvrp.run.DvrpConfigGroup;
import org.matsim.core.config.Config;
Expand Down

0 comments on commit b2ff098

Please sign in to comment.