diff --git a/docs/src/developers/roadmap.md b/docs/src/developers/roadmap.md index 15c5baaaabc..631f222e4a9 100644 --- a/docs/src/developers/roadmap.md +++ b/docs/src/developers/roadmap.md @@ -22,7 +22,7 @@ represent broad themes that we see as areas in which JuMP could be improved. Since the very beginning, JuMP has hard-coded the coefficient type as `Float64`. This has made it impossible to support solvers which can use other types such as `BigFloat` or `Rational{BigInt}`. - - Add support for constraint programming: + - **Done [#3385](https://github.com/jump-dev/JuMP.jl/pull/3635)** Add support for constraint programming: [https://github.com/jump-dev/JuMP.jl/issues/2227](https://github.com/jump-dev/JuMP.jl/issues/2227) JuMP has a strong focus on linear, conic and nonlinear optimization problems. We want to add better support for constraint programming.