Skip to content

Commit

Permalink
Updating expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Dec 19, 2024
1 parent 597abb8 commit 30ba6bb
Show file tree
Hide file tree
Showing 55 changed files with 330 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/check/input.json.golden
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 0,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 0
}
Expand Down
6 changes: 6 additions & 0 deletions tests/custom_constraint/input.json.golden
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
6 changes: 6 additions & 0 deletions tests/custom_matrices/input.json.golden
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
6 changes: 6 additions & 0 deletions tests/custom_objective/input.json.golden
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
6 changes: 6 additions & 0 deletions tests/custom_operators/input.json.golden
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
6 changes: 6 additions & 0 deletions tests/golden/testdata/activation_penalty.json.go.golden
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
6 changes: 6 additions & 0 deletions tests/golden/testdata/alternates.json.go.golden
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
6 changes: 6 additions & 0 deletions tests/golden/testdata/basic.json.go.golden
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
6 changes: 6 additions & 0 deletions tests/golden/testdata/capacity.json.go.golden
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
6 changes: 6 additions & 0 deletions tests/golden/testdata/compatibility_attributes.json.go.golden
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
6 changes: 6 additions & 0 deletions tests/golden/testdata/complex_precedence.json.go.golden
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
6 changes: 6 additions & 0 deletions tests/golden/testdata/custom_data.json.go.golden
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
6 changes: 6 additions & 0 deletions tests/golden/testdata/defaults.json.go.golden
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
6 changes: 6 additions & 0 deletions tests/golden/testdata/direct_precedence.json.go.golden
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
6 changes: 6 additions & 0 deletions tests/golden/testdata/direct_precedence_linked.json.go.golden
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
6 changes: 6 additions & 0 deletions tests/golden/testdata/distance_matrix.json.go.golden
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
6 changes: 6 additions & 0 deletions tests/golden/testdata/duration_groups.json.go.golden
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
6 changes: 6 additions & 0 deletions tests/golden/testdata/duration_matrix.json.go.golden
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
6 changes: 6 additions & 0 deletions tests/golden/testdata/early_arrival_penalty.json.go.golden
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
6 changes: 6 additions & 0 deletions tests/golden/testdata/initial_stops.json.go.golden
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"duration": 10000000000,
"iterations": 50,
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
},
"run_deterministically": true,
"start_solutions": 1
}
Expand Down
Loading

0 comments on commit 30ba6bb

Please sign in to comment.