Whether to use permutation constraints. Only active if d=4
| 92 | |
| 93 | /// Whether to use permutation constraints. Only active if d=4 |
| 94 | bool permutation(void) const { return d() == 4 && _permutation.value(); } |
| 95 | /// Whether to use symmetry breaking. |
| 96 | bool symmetry(void) const { return _symmetry.value(); } |
| 97 | }; |