Skip to content

Commit 3bc82dc

Browse files
authored
Document MOI.SolutionLimit (#70)
1 parent d8ef5d2 commit 3bc82dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,6 @@ Set options using [`MOI.RawOptimizerAttribute`](@ref) in MOI or
178178
* `model_filename::String = ""`: the location at which to write out the `.mzn`
179179
file during optimization. This option can be helpful during debugging. If
180180
left empty, a temporary file will be used instead.
181+
182+
* [`MOI.SolutionLimit`](@ref): set this option to a positive integer to return
183+
up to the `limit` number of solutions.

0 commit comments

Comments
 (0)