Skip to content

Commit

Permalink
Add description of the class
Browse files Browse the repository at this point in the history
  • Loading branch information
luchengqi7 committed Sep 17, 2024
1 parent 3608c1b commit 03ea74a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/matsim/run/DrtFleetSizing.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@

import static org.matsim.application.ApplicationUtils.globFile;

/***
* This run class can identify the actual minimum required fleet size for a given AV demands from the output
* of a standard MATSim run (where the fleet is usually more than enough).
*/
public class DrtFleetSizing implements MATSimAppCommand {
@CommandLine.Option(names = "--run-folder", description = "Output folder of MATsim run", required = true)
private String matsimRunFolderPath;
Expand Down

0 comments on commit 03ea74a

Please sign in to comment.