Skip to content

Commit 0f39b8a

Browse files
committed
Change parameter value to facilitate minizinc test time
1 parent b5b15ac commit 0f39b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/csplib/prob033_word_design.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def word_design(n=2):
5656
import argparse
5757

5858
parser = argparse.ArgumentParser(description=__doc__, formatter_class=argparse.RawDescriptionHelpFormatter)
59-
parser.add_argument("-n_words", type=int, default=18, help="Number of words to find")
59+
parser.add_argument("-n_words", type=int, default=8, help="Number of words to find")
6060

6161
n = parser.parse_args().n_words
6262

0 commit comments

Comments
 (0)