Skip to content

Commit

Permalink
[docs] Some solvers do not support start values
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Aug 17, 2021
1 parent fe1f0d1 commit be3155d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/manual/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,11 @@ julia> start_value(y)
2.0
```

!!! warning
Some solvers do not support start values. If a solver does not support start
values, an `MathOptInterface.UnsupportedAttribute{MathOptInterface.VariablePrimalStart}`
error will be thrown.

!!! note
Prior to JuMP 0.19, the previous solution to a solve was automatically set
as the new starting value. JuMP 0.19 no longer does this automatically. To
Expand Down

0 comments on commit be3155d

Please sign in to comment.