Skip to content

Commit

Permalink
Merge pull request #511 from ArnoStrouwen/patch-5
Browse files Browse the repository at this point in the history
fix OptimizationFunction refs
  • Loading branch information
ChrisRackauckas authored Sep 29, 2023
2 parents 5b03bff + 5fdeedc commit fe88c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/problems/basic_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -531,9 +531,9 @@ Any extra keyword arguments are captured to be sent to the optimizers.
* `lb`: the lower bounds for the optimization of `u`.
* `ub`: the upper bounds for the optimization of `u`.
* `int`: integrality indicator for `u`.
* `lcons`: the vector of lower bounds for the constraints passed to [OptimizationFunction](@ref).
* `lcons`: the vector of lower bounds for the constraints passed to [`OptimizationFunction`](@ref).
Defaults to `nothing`, implying no lower bounds for the constraints (i.e. the constraint bound is `-Inf`)
* `ucons`: the vector of upper bounds for the constraints passed to [OptimizationFunction](@ref).
* `ucons`: the vector of upper bounds for the constraints passed to [`OptimizationFunction`](@ref).
Defaults to `nothing`, implying no upper bounds for the constraints (i.e. the constraint bound is `Inf`)
* `sense`: the objective sense, can take `MaxSense` or `MinSense` from Optimization.jl.
* `kwargs`: the keyword arguments passed on to the solvers.
Expand Down

0 comments on commit fe88c15

Please sign in to comment.