Skip to content

Commit d891ec7

Browse files
authored
Remove recommendation to call package MathOptInterfaceXXX (#1087)
1 parent 74d7443 commit d891ec7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/src/apimanual.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,10 +1288,7 @@ solver is written in Julia, for example). The guideline for naming the file
12881288
containing the MOI wrapper is `src/MOI_wrapper.jl` and `test/MOI_wrapper.jl` for
12891289
the tests. If the MOI wrapper implementation is spread in several files, they
12901290
should be stored in a `src/MOI_wrapper` folder and included by a
1291-
`src/MOI_wrapper/MOI_wrapper.jl` file. In some cases it may be more appropriate
1292-
to host the MOI wrapper in its own package; in this case it is recommended that
1293-
the MOI wrapper package be named `MathOptInterfaceXXX` where `XXX` is the solver
1294-
name.
1291+
`src/MOI_wrapper/MOI_wrapper.jl` file.
12951292

12961293
By convention, optimizers should not be exported and should be named
12971294
`PackageName.Optimizer`. For example, `CPLEX.Optimizer`, `Gurobi.Optimizer`, and

0 commit comments

Comments
 (0)