Skip to content

Commit

Permalink
Added missing parameter to set the Max Tour Size
Browse files Browse the repository at this point in the history
Added Optimization parameter Maximum Tour Size, is used to set the maximum number of stops allowed per Route.
  • Loading branch information
r4m-juan authored Feb 1, 2021
1 parent 281c045 commit 01608ef
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ public class Parameters {
private Number truckLengthMeters;
@SerializedName("min_tour_size")
private Number minTourSize;
@SerializedName("max_tour_size")
private Number maxTourSize;
@SerializedName("dm")
private String dm;
@SerializedName("dirm")
Expand Down

0 comments on commit 01608ef

Please sign in to comment.