Skip to content

Commit 76680ff

Browse files
Merge pull request #10 from samarthmistry/fix/misc
Miscellaneous fixes
2 parents 429d210 + 25613d1 commit 76680ff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/docplex_extensions/_model_funcs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ def runseeds(
194194
------
195195
ValueError
196196
If the problem type is not mixed-integer (MILP, MIQP, MIQCP).
197+
ValueError
198+
If count is not a positive number.
197199
"""
198200
if not isinstance(model, Model):
199201
raise TypeError('`model` should be docplex.mp.model.Model')

0 commit comments

Comments
 (0)