@@ -14,9 +14,9 @@ MathOptInterface for a new solver.
14
14
!!! danger
15
15
Implementing an interface to MathOptInterface for a new solver is a lot of
16
16
work. Before starting, we recommend that you join the
17
- [ Developer chatroom] ( https://gitter.im/JuliaOpt/JuMP- dev ) and explain a
17
+ [ Developer chatroom] ( https://jump. dev/chatroom ) and explain a
18
18
little bit about the solver you are wrapping. If you have questions that are
19
- not answered by this guide, please ask them in the [ Developer chatroom] ( https://gitter.im/JuliaOpt/JuMP- dev )
19
+ not answered by this guide, please ask them in the [ Developer chatroom] ( https://jump. dev/chatroom )
20
20
so we can improve this guide.
21
21
22
22
## A note on the API
@@ -62,7 +62,7 @@ MathOptInterface may not be the right tool for the job.
62
62
63
63
!!! tip
64
64
If you're not sure whether you should write an interface, ask in the
65
- [ Developer chatroom] ( https://gitter.im/JuliaOpt/JuMP- dev ) .
65
+ [ Developer chatroom] ( https://jump. dev/chatroom ) .
66
66
67
67
### Find a similar solver already wrapped
68
68
@@ -75,7 +75,7 @@ has a good list of solvers, along with the problem classes they support.
75
75
76
76
!!! tip
77
77
If you're not sure which solver is most similar, ask in the
78
- [ Developer chatroom] ( https://gitter.im/JuliaOpt/JuMP- dev ) .
78
+ [ Developer chatroom] ( https://jump. dev/chatroom ) .
79
79
80
80
### Create a low-level interface
81
81
@@ -106,7 +106,7 @@ are the [COIN-OR solvers](https://github.com/JuliaPackaging/Yggdrasil/tree/maste
106
106
107
107
!!! warning
108
108
Building the solver via Yggdrasil is non-trivial. Please ask the
109
- [ Developer chatroom] ( https://gitter.im/JuliaOpt/JuMP- dev ) for help.
109
+ [ Developer chatroom] ( https://jump. dev/chatroom ) for help.
110
110
111
111
If the code is commercial or not publicly available, the user will need to
112
112
manually install the solver. See [ Gurobi.jl] ( https://github.com/jump-dev/Gurobi.jl )
@@ -125,7 +125,7 @@ Sometimes, you will need to make manual modifications to the resulting files.
125
125
126
126
#### Solvers written in other languages
127
127
128
- Ask the [ Developer chatroom] ( https://gitter.im/JuliaOpt/JuMP- dev ) for advice.
128
+ Ask the [ Developer chatroom] ( https://jump. dev/chatroom ) for advice.
129
129
You may be able to use one of the [ JuliaInterop] ( https://github.com/JuliaInterop )
130
130
packages to call out to the solver.
131
131
0 commit comments