diff --git a/docs/src/tutorials/mathprogbase.md b/docs/src/tutorials/mathprogbase.md index f268748bb7..c937aaf42f 100644 --- a/docs/src/tutorials/mathprogbase.md +++ b/docs/src/tutorials/mathprogbase.md @@ -5,8 +5,10 @@ However, it is not a direct replacement. ## Transitioning a solver interface -Writing a solver interface in MathOptInterface is more work than the equivalent -interface in MathProgBase. +MathOptInterface is more extensive than MathProgBase which may make its +implementation seem daunting at first. +There are however numerous utilities in MathOptInterface that should hopefully +make the implementation as simple or simpler than MathProgBase. For more information, read [Implementing a solver interface](@ref).