aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48/gendata_cocsep.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-10-06 09:15:21 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-10-06 09:15:21 +0200
commit68ec5f85e346863bffb64b186d7ef9046ba5b9a4 (patch)
tree03644d2bc61eac929a4c89b3dee685f582297c16 /src/solvers/h48/gendata_cocsep.h
parent561b7521370fc0f3c97b86aa71005baa9fea08ce (diff)
downloadnissy-core-68ec5f85e346863bffb64b186d7ef9046ba5b9a4.tar.gz
nissy-core-68ec5f85e346863bffb64b186d7ef9046ba5b9a4.zip
Removed some useless output
Diffstat (limited to 'src/solvers/h48/gendata_cocsep.h')
-rw-r--r--src/solvers/h48/gendata_cocsep.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/solvers/h48/gendata_cocsep.h b/src/solvers/h48/gendata_cocsep.h
index a8142b4..18bfc38 100644
--- a/src/solvers/h48/gendata_cocsep.h
+++ b/src/solvers/h48/gendata_cocsep.h
@@ -23,7 +23,7 @@ gendata_cocsep(void *buf, uint64_t *selfsim, cube_t *rep)
23{ 23{
24 uint32_t *buf32, cc; 24 uint32_t *buf32, cc;
25 uint16_t n; 25 uint16_t n;
26 uint8_t i, j, visited[COCSEP_VISITEDSIZE]; 26 uint8_t i, visited[COCSEP_VISITEDSIZE];
27 tableinfo_t info; 27 tableinfo_t info;
28 cocsep_dfs_arg_t arg; 28 cocsep_dfs_arg_t arg;
29 29
@@ -71,10 +71,14 @@ gendata_cocsep(void *buf, uint64_t *selfsim, cube_t *rep)
71 "expected %zu\n", n, COCSEP_CLASSES); 71 "expected %zu\n", n, COCSEP_CLASSES);
72 72
73 LOG("cocsep data computed\n"); 73 LOG("cocsep data computed\n");
74
75 /* The following output is just noise
76
74 LOG("Symmetry classes: %" PRIu32 "\n", COCSEP_CLASSES); 77 LOG("Symmetry classes: %" PRIu32 "\n", COCSEP_CLASSES);
75 LOG("Pruning value distribution:\n"); 78 LOG("Pruning value distribution:\n");
76 for (j = 0; j < 10; j++) 79 for (j = 0; j < 10; j++)
77 LOG("%" PRIu8 ":\t%" PRIu32 "\n", j, info.distribution[j]); 80 LOG("%" PRIu8 ":\t%" PRIu32 "\n", j, info.distribution[j]);
81 */
78 82
79gendata_cocsep_return_size: 83gendata_cocsep_return_size:
80 return COCSEP_FULLSIZE; 84 return COCSEP_FULLSIZE;

Generated with cgit - Back to sebastiano.tronto.net