Skip to content

Commit

Permalink
[docs] clarify that SCIP does not support lazy constraints (#3784)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Jul 17, 2024
1 parent 7ca3799 commit 58e8e55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/manual/callbacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Solver-independent callback support is limited to a few solvers. This includes
[GLPK](https://github.com/jump-dev/GLPK.jl),
[Gurobi](https://github.com/jump-dev/Gurobi.jl),
[Xpress](https://github.com/jump-dev/Xpress.jl), and
[SCIP](https://github.com/scipopt/SCIP.jl).
[SCIP](https://github.com/scipopt/SCIP.jl) (SCIP does not support lazy
constraints).

!!! warning
While JuMP provides a solver-independent way of accessing callbacks, you
Expand Down

0 comments on commit 58e8e55

Please sign in to comment.