Commit
·
2485818
1
Parent(s):
643df8a
add changelog of changed instances
Browse files- cp_bench_changes.md +152 -0
cp_bench_changes.md
ADDED
|
@@ -0,0 +1,152 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Verifying CP-bench: Changelog
|
| 2 |
+
|
| 3 |
+
Here is a summary of the changes made to the CP-bench dataset, focusing on the removal of instances with critical issues.
|
| 4 |
+
The resulted verified dataset is available in `dataset_verified.jsonl`.
|
| 5 |
+
|
| 6 |
+
### Symmetry-Breaking Constraints Removed
|
| 7 |
+
|
| 8 |
+
- `csplib/csplib_002_template_design.py`
|
| 9 |
+
- `csplib/csplib_006_golomb_rulers.py`
|
| 10 |
+
- `csplib/csplib_007_all_interval.py`
|
| 11 |
+
- `csplib/csplib_010_social_golfers_problem.py`
|
| 12 |
+
- `csplib/csplib_019_magic_squares_and_sequences.py`
|
| 13 |
+
- `csplib/csplib_024_langford.py`
|
| 14 |
+
- `csplib/csplib_028_bibd.py`
|
| 15 |
+
- `csplib/csplib_033_word_design.py`
|
| 16 |
+
- `csplib/csplib_044_steiner.py`
|
| 17 |
+
- `csplib/csplib_049_number_partitioning.py`
|
| 18 |
+
- `csplib/csplib_050_diamond_free.py`
|
| 19 |
+
- `csplib/csplib_076_costas_arrays.py`
|
| 20 |
+
- `hakan_examples/age_changing.py`
|
| 21 |
+
- `hakan_examples/bales_of_hay.py`
|
| 22 |
+
- `hakan_examples/best_host.py`
|
| 23 |
+
- `hakan_examples/big_bang2.py`
|
| 24 |
+
- `hakan_examples/bowls_and_oranges.py`
|
| 25 |
+
- `hakan_examples/broken_weights.py`
|
| 26 |
+
- `hakan_examples/building_blocks.py`
|
| 27 |
+
- `hakan_examples/calvin_puzzle.py`
|
| 28 |
+
- `hakan_examples/circular_table_averbach_1_2.py`
|
| 29 |
+
- `hakan_examples/clock_triplets.py`
|
| 30 |
+
|
| 31 |
+
### Modeling Errors Corrected
|
| 32 |
+
|
| 33 |
+
**Major Modeling Errors:**
|
| 34 |
+
- `cpmpy_examples/mario.py`
|
| 35 |
+
- `csplib/csplib_026_sports_tournament_scheduling.py`
|
| 36 |
+
- `hakan_examples/circular_table_averbach_1_2.py`
|
| 37 |
+
|
| 38 |
+
**Domain Errors:**
|
| 39 |
+
|
| 40 |
+
- `hakan_examples/among.py`
|
| 41 |
+
- `hakan_examples/birthday_coins.py`
|
| 42 |
+
- `hakan_examples/cmo_2012.py`
|
| 43 |
+
|
| 44 |
+
**Minor Modeling Errors (e.g., underconstrained models):**
|
| 45 |
+
- `csplib/csplib_001_car_sequencing.py`
|
| 46 |
+
- `csplib/csplib_013_progressive_party_problem.py`
|
| 47 |
+
- `csplib/csplib_033_word_design.py`
|
| 48 |
+
- `hakan_examples/facility_location.py`
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
### Description or Data Underspecification (e.g., indexing, matrix orientation, missing data, etc.)
|
| 52 |
+
|
| 53 |
+
- `aplai_course/exodus.py`
|
| 54 |
+
- `cpmpy_examples/knapsack.py`
|
| 55 |
+
- `cpmpy_examples/mario.py`
|
| 56 |
+
- `cpmpy_examples/n_puzzle.py`
|
| 57 |
+
- `cpmpy_examples/tsp.py`
|
| 58 |
+
- `csplib/csplib_007_all_interval.py`
|
| 59 |
+
- `csplib/csplib_011_acc_basketball_schedule.py`
|
| 60 |
+
- `csplib/csplib_013_progressive_party_problem.py`
|
| 61 |
+
- `csplib/csplib_026_sports_tournament_scheduling.py`
|
| 62 |
+
- `csplib/csplib_054_n_queens.py`
|
| 63 |
+
- `hakan_examples/among.py`
|
| 64 |
+
- `hakan_examples/arch_friends.py`
|
| 65 |
+
- `hakan_examples/bananas.py`
|
| 66 |
+
- `hakan_examples/big_bang2.py`
|
| 67 |
+
- `hakan_examples/crew.py`
|
| 68 |
+
- `hakan_examples/three_coins.py`
|
| 69 |
+
|
| 70 |
+
### Minor Description Changes (e.g. typos, clarity)
|
| 71 |
+
|
| 72 |
+
- `aplai_course/color_simple.py`
|
| 73 |
+
- `aplai_course/grocery.py`
|
| 74 |
+
- `aplai_course/guards_and_apples.py`
|
| 75 |
+
- `aplai_course/magic_square.py`
|
| 76 |
+
- `aplai_course/maximal_independent_sets.py`
|
| 77 |
+
- `aplai_course/money_change.py`
|
| 78 |
+
- `aplai_course/movie_scheduling.py`
|
| 79 |
+
- `aplai_course/people_in_a_room.py`
|
| 80 |
+
- `aplai_course/subset_sum.py`
|
| 81 |
+
- `cpmpy_examples/bus_scheduling.py`
|
| 82 |
+
- `cpmpy_examples/minesweeper.py`
|
| 83 |
+
- `cpmpy_examples/packing_rectangles.py`
|
| 84 |
+
- `cpmpy_examples/resource_constrained_project_scheduling.py`
|
| 85 |
+
- `cpmpy_examples/room_assignment.py`
|
| 86 |
+
- `cpmpy_examples/set_game.py`
|
| 87 |
+
- `cpmpy_examples/sudoku.py`
|
| 88 |
+
- `cpmpy_examples/tsp.py`
|
| 89 |
+
- `cpmpy_examples/who_killed_agatha.py`
|
| 90 |
+
- `cpmpy_examples/zebra.py`
|
| 91 |
+
- `csplib/csplib_002_template_design.py`
|
| 92 |
+
- `csplib/csplib_005_autocorrelation.py`
|
| 93 |
+
- `csplib/csplib_006_golomb_rulers.py`
|
| 94 |
+
- `csplib/csplib_008_vessel_loading.py`
|
| 95 |
+
- `csplib/csplib_009_perfect_square_placement.py`
|
| 96 |
+
- `csplib/csplib_010_social_golfers_problem.py`
|
| 97 |
+
- `csplib/csplib_012_nonogram.py`
|
| 98 |
+
- `csplib/csplib_021_crossfigures.py`
|
| 99 |
+
- `csplib/csplib_024_langford.py`
|
| 100 |
+
- `csplib/csplib_028_bibd.py`
|
| 101 |
+
- `csplib/csplib_033_word_design.py`
|
| 102 |
+
- `csplib/csplib_050_diamond_free.py`
|
| 103 |
+
- `csplib/csplib_084_hadamard_matrix.py`
|
| 104 |
+
- `hakan_examples/added_corners.py`
|
| 105 |
+
- `hakan_examples/appointment_scheduling.py`
|
| 106 |
+
- `hakan_examples/archery_puzzle.py`
|
| 107 |
+
- `hakan_examples/assignment_costs.py`
|
| 108 |
+
- `hakan_examples/bales_of_hay.py`
|
| 109 |
+
- `hakan_examples/best_host.py`
|
| 110 |
+
- `hakan_examples/bin_packing.py`
|
| 111 |
+
- `hakan_examples/broken_weights.py`
|
| 112 |
+
- `hakan_examples/calvin_puzzle.py`
|
| 113 |
+
- `hakan_examples/capital_budget.py`
|
| 114 |
+
- `hakan_examples/clock_triplets.py`
|
| 115 |
+
- `hakan_examples/coins_grid.py`
|
| 116 |
+
- `hakan_examples/covering_opl.py`
|
| 117 |
+
- `hakan_examples/crossword.py`
|
| 118 |
+
- `hakan_examples/crypta.py`
|
| 119 |
+
- `hakan_examples/eighteen_hole_golf.py`
|
| 120 |
+
- `hakan_examples/facility_location.py`
|
| 121 |
+
- `hakan_examples/three_sum.py`
|
| 122 |
+
- `hakan_examples/twelve_pack.py`
|
| 123 |
+
|
| 124 |
+
### Unnecessary Information Removed
|
| 125 |
+
|
| 126 |
+
- `cpmpy_examples/jobshop.py`
|
| 127 |
+
- `cpmpy_examples/n_puzzle.py`
|
| 128 |
+
- `cpmpy_examples/send_more_money.py`
|
| 129 |
+
- `csplib/csplib_001_car_sequencing.py`
|
| 130 |
+
- `csplib/csplib_002_template_design.py`
|
| 131 |
+
- `csplib/csplib_005_autocorrelation.py`
|
| 132 |
+
- `csplib/csplib_006_golomb_rulers.py`
|
| 133 |
+
- `csplib/csplib_007_all_interval.py`
|
| 134 |
+
- `csplib/csplib_008_vessel_loading.py`
|
| 135 |
+
- `csplib/csplib_009_perfect_square_placement.py`
|
| 136 |
+
- `csplib/csplib_010_social_golfers_problem.py`
|
| 137 |
+
- `csplib/csplib_011_acc_basketball_schedule.py`
|
| 138 |
+
- `csplib/csplib_012_nonogram.py`
|
| 139 |
+
- `csplib/csplib_013_progressive_party_problem.py`
|
| 140 |
+
- `csplib/csplib_015_schurs_lemma.py`
|
| 141 |
+
- `csplib/csplib_019_magic_squares_and_sequences.py`
|
| 142 |
+
- `csplib/csplib_024_langford.py`
|
| 143 |
+
- `csplib/csplib_026_sports_tournament_scheduling.py`
|
| 144 |
+
- `csplib/csplib_028_bibd.py`
|
| 145 |
+
- `csplib/csplib_033_word_design.py`
|
| 146 |
+
- `csplib/csplib_044_steiner.py`
|
| 147 |
+
- `csplib/csplib_049_number_partitioning.py`
|
| 148 |
+
- `csplib/csplib_050_diamond_free.py`
|
| 149 |
+
- `csplib/csplib_053_graceful_graphs.py`
|
| 150 |
+
- `csplib/csplib_054_n_queens.py`
|
| 151 |
+
- `csplib/csplib_076_costas_arrays.py`
|
| 152 |
+
- `csplib/csplib_084_hadamard_matrix.py`
|