This commit is contained in:
Adrian Dusa 2025-03-30 17:08:18 +03:00
parent 76c637a64a
commit 4c506892fb

View file

@ -335,7 +335,7 @@ ccubes_task(int k,
bool dominated = true; bool dominated = true;
for (int w = 0; w < PICHART_WORDS; w++) { for (int w = 0; w < PICHART_WORDS; w++) {
if ((pichart_values[f * POSROWS + w] & p_pichart_pos[p_covered[rd] * PICHART_WORDS + w]) != pichart_values[w]) { if ((pichart_values[f * POSROWS + w] & p_pichart_pos[p_covered[rd] * PICHART_WORDS + w]) != pichart_values[f * POSROWS + w]) {
dominated = false; dominated = false;
break; break;
} }