Skip to content

Commit

Permalink
[docs] tick off constraint programming from roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Dec 19, 2023
1 parent f5f07b5 commit d0c297a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/developers/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d0c297a

Please sign in to comment.