Skip to content

Commit

Permalink
mzn-test: don't check symmetry breaking constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleb Belov committed Mar 11, 2021
1 parent 1a97674 commit 1f56608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmarking/mzn-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

sDZNOutputAgrs = "--output-mode dzn --output-objective" ## The flattener arguments to produce DZN-compatible output facilitating solution checking
## Remove --output-objective in MZN Release <=2.1.7
sFlatOptChecker = "--allow-multiple-assignments"
sFlatOptChecker = "--allow-multiple-assignments -Dmzn_ignore_symmetry_breaking_constraints=true"

s_UsageExamples = (
"\nUSAGE EXAMPLES:"
Expand Down

0 comments on commit 1f56608

Please sign in to comment.