Add s_variable_scale_2x solver (Task 307, 262/262) to wave5.py + register in solver_registry"
Browse files
own-solver/WAVE5_REGISTRY_ENTRIES.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
('row_uniform_fill', s_row_uniform_fill),
|
| 2 |
+
('majority_replace_5', s_majority_replace_5),
|
| 3 |
+
('find_color_with_hole', s_find_color_with_hole),
|
| 4 |
+
('fill_bbox_per_color', s_fill_bbox_per_color),
|
| 5 |
+
('border_detect', s_border_detect),
|
| 6 |
+
('symmetry_check_lr', s_symmetry_check_lr),
|
| 7 |
+
('variable_scale_2x', s_variable_scale_2x),
|