cpp-pd-code-simplify-interface 0.1.15__py3-none-any.whl → 0.1.16__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cpp_pd_code_simplify_interface/data/src/pdcode_simplify.cpp +1 -2
- {cpp_pd_code_simplify_interface-0.1.15.dist-info → cpp_pd_code_simplify_interface-0.1.16.dist-info}/METADATA +1 -1
- {cpp_pd_code_simplify_interface-0.1.15.dist-info → cpp_pd_code_simplify_interface-0.1.16.dist-info}/RECORD +5 -5
- {cpp_pd_code_simplify_interface-0.1.15.dist-info → cpp_pd_code_simplify_interface-0.1.16.dist-info}/WHEEL +0 -0
- {cpp_pd_code_simplify_interface-0.1.15.dist-info → cpp_pd_code_simplify_interface-0.1.16.dist-info}/entry_points.txt +0 -0
|
@@ -2598,8 +2598,7 @@ ReductionResult reduce_pd_code(
|
|
|
2598
2598
|
emit_progress(run_options, message.str());
|
|
2599
2599
|
}
|
|
2600
2600
|
|
|
2601
|
-
if (!search.found &&
|
|
2602
|
-
run_options.max_paths == -1 && !run_options.ban_heuristic) {
|
|
2601
|
+
if (!search.found && run_options.max_paths == -1 && !run_options.ban_heuristic) {
|
|
2603
2602
|
SimplifierOptions brute_options = run_options;
|
|
2604
2603
|
brute_options.max_paths = -1;
|
|
2605
2604
|
brute_options.ban_heuristic = true;
|
|
@@ -3,10 +3,10 @@ cpp_pd_code_simplify_interface/__main__.py,sha256=ldwc-YVQlsSH9RwXZHCW4r1pmfCBM0
|
|
|
3
3
|
cpp_pd_code_simplify_interface/_worker.py,sha256=RPLUE-4amjh78C1fmFolmSIM2_s8AXWk-2fWvASq7A0,2338
|
|
4
4
|
cpp_pd_code_simplify_interface/main.py,sha256=CDylx7K0tiaNNtu4jYVZfpYMGuSo6tL0RRX5P_lA5bU,39185
|
|
5
5
|
cpp_pd_code_simplify_interface/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
6
|
-
cpp_pd_code_simplify_interface-0.1.
|
|
7
|
-
cpp_pd_code_simplify_interface-0.1.
|
|
8
|
-
cpp_pd_code_simplify_interface-0.1.
|
|
6
|
+
cpp_pd_code_simplify_interface-0.1.16.dist-info/entry_points.txt,sha256=ThorC4Enxp317TKITsXm9pE0gUp7pt-pP6Dl5mEPUR8,91
|
|
7
|
+
cpp_pd_code_simplify_interface-0.1.16.dist-info/METADATA,sha256=PqsV_wAaEO9K7FYhzTC5b_8J7m3yq785CrCHQhXxuFA,4762
|
|
8
|
+
cpp_pd_code_simplify_interface-0.1.16.dist-info/WHEEL,sha256=eY7nduwzv-ldUxpzbRlxwvC693Hg6PX8bWDjEHjZ_dk,88
|
|
9
9
|
cpp_pd_code_simplify_interface/data/include/pdcode_simplify/pdcode_simplify.hpp,sha256=U49Urs6bMXwkygJsVTnXp-q7y_aWkfRfGimy8mxHoms,5195
|
|
10
10
|
cpp_pd_code_simplify_interface/data/src/native_interface.cpp,sha256=YiYlbGyWTM_FA0V_XzjHtnb9sD4eqMGQmdom6ivm0f0,7094
|
|
11
|
-
cpp_pd_code_simplify_interface/data/src/pdcode_simplify.cpp,sha256=
|
|
12
|
-
cpp_pd_code_simplify_interface-0.1.
|
|
11
|
+
cpp_pd_code_simplify_interface/data/src/pdcode_simplify.cpp,sha256=2XhK8pWM_IakPFXybm7k7y3YwvO2Jm73Nn4b5x3HETc,95982
|
|
12
|
+
cpp_pd_code_simplify_interface-0.1.16.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|