Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Sep 10, 2023
1 parent a8f7b0c commit ad31fec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/src/manual/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,10 @@ julia> time_limit_sec(model)
julia> unset_time_limit_sec(model)
julia> time_limit_sec(model)
Inf
julia> limit = time_limit_sec(model)
julia> limit === nothing
true
```

If your time limit is encoded as a `Dates.Period` object, use the following code
Expand Down

0 comments on commit ad31fec

Please sign in to comment.