From 3a5473795822af0ca8e786d71afe6325557fdb59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Besan=C3=A7on?= Date: Sat, 17 Apr 2021 13:48:48 +0200 Subject: [PATCH] doc typo --- docs/src/manual/implementing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/manual/implementing.md b/docs/src/manual/implementing.md index 873671d979..e991626c15 100644 --- a/docs/src/manual/implementing.md +++ b/docs/src/manual/implementing.md @@ -145,7 +145,7 @@ level. When implementing an interface, it is important to keep in mind that the way the user can express problems in JuMP is not directly limited by the constraints -which a solver supports via MOI as JuMP performs automatic reformulation](@ref) +which a solver supports via MOI as JuMP performs automatic reformulation via [The Bridges submodule](@ref). Therefore, we recommend to only support the constraint types that directly map