Nice process, F4, test program to find representatives of classes of equivalence by generators
This commit is contained in:
@@ -375,9 +375,9 @@ void enumerate_balanced_thickenings(semisimple_type_t type, node_t *graph, const
|
||||
|
||||
if(is_fat) {
|
||||
// ERROR(count >= MAX_THICKENINGS, "Too many balanced thickenings! Increase MAX_THICKENINGS\n");
|
||||
if(count % 10000000 == 0)
|
||||
print_thickening(rank, order, level, 0, 0, 0, alphabet, stderr);
|
||||
// fwrite(level, sizeof(signed char), order, outfile);
|
||||
//if(count % 10000000 == 0)
|
||||
//print_thickening(rank, order, level, 0, 0, 0, alphabet, stderr);
|
||||
fwrite(level, sizeof(signed char), order, outfile);
|
||||
count++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user