Skip to content

Commit

Permalink
Updating expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Dec 24, 2024
1 parent f6a431f commit 2b601eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .nextmv/golden/python-nextroute/inputs/input.json.golden
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"model_objectives_earlyarrivalpenalty": 1,
"model_objectives_latearrivalpenalty": 1,
"model_objectives_minstops": 1,
"model_objectives_stopbalance": 0,
"model_objectives_travelduration": 0,
"model_objectives_unplannedpenalty": 1,
"model_objectives_vehicleactivationpenalty": 1,
Expand All @@ -32,6 +33,7 @@
"model_properties_disable_durations": false,
"model_properties_disable_initialsolution": false,
"model_properties_disable_stopdurationmultipliers": false,
"model_properties_maximumtimehorizon": 15552000,
"model_validate_disable_resources": false,
"model_validate_disable_starttime": false,
"model_validate_enable_matrix": false,
Expand All @@ -40,6 +42,10 @@
"solve_duration": 3,
"solve_iterations": 50,
"solve_parallelruns": 1,
"solve_plateau_absolutethreshold": -1,
"solve_plateau_duration": 0,
"solve_plateau_iterations": 0,
"solve_plateau_relativethreshold": 0,
"solve_rundeterministically": true,
"solve_startsolutions": 1
},
Expand Down

0 comments on commit 2b601eb

Please sign in to comment.