Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/src/tutorials/mathprogbase.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down