Skip to content

Commit

Permalink
Colored reduction fix - 2043334 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
srba authored Nov 14, 2023
2 parents e515781 + 15fa5aa commit 52eec4c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ public String toString() {
result.append(" --disable-symmetry-vars ");
}
}
if (this.useColoredReduction) {
result.append(" --col-reduction 1 ");
if (!this.useColoredReduction) {
result.append(" --col-reduction 0 ");
}

return result.toString();
Expand Down

0 comments on commit 52eec4c

Please sign in to comment.