We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be142a5 commit 4863e02Copy full SHA for 4863e02
src/MOI_wrapper.jl
@@ -3,9 +3,7 @@
3
# Use of this source code is governed by an MIT-style license that can be found
4
# in the LICENSE.md file or at https://opensource.org/licenses/MIT.
5
6
-import MathOptInterface
7
-
8
-const MOI = MathOptInterface
+import MathOptInterface as MOI
9
10
mutable struct Optimizer <: MOI.AbstractOptimizer
11
objective_constant::Cdouble
0 commit comments