Skip to content

Commit

Permalink
Bumping max time horizon to 6 months
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Dec 16, 2024
1 parent ae8e297 commit 1730cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factory/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type Options struct {
DurationGroups bool `json:"duration_groups" usage:"ignore the durations groups of stops"`
InitialSolution bool `json:"initial_solution" usage:"ignore the initial solution"`
} `json:"disable"`
MaximumTimeHorizon int `json:"maximum_time_horizon" usage:"maximum time horizon for the model in seconds" default:"2592000"`
MaximumTimeHorizon int `json:"maximum_time_horizon" usage:"maximum time horizon for the model in seconds" default:"15552000"`
} `json:"properties"`
Validate struct {
Disable struct {
Expand Down

0 comments on commit 1730cc8

Please sign in to comment.