Skip to content

Commit

Permalink
[docs] add SCIP to callback-supporting solvers (#3449)
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon committed Aug 14, 2023
1 parent dbeda6c commit 038be2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/manual/callbacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ callbacks:
Solver-independent callback support is limited to a few solvers. This includes
[CPLEX](https://github.com/jump-dev/CPLEX.jl),
[GLPK](https://github.com/jump-dev/GLPK.jl),
[Gurobi](https://github.com/jump-dev/Gurobi.jl), and
[Xpress](https://github.com/jump-dev/Xpress.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).

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

0 comments on commit 038be2e

Please sign in to comment.