Skip to content

Commit 4863e02

Browse files
authored
Use import as to load MOI (#91)
1 parent be142a5 commit 4863e02

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/MOI_wrapper.jl

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
# Use of this source code is governed by an MIT-style license that can be found
44
# in the LICENSE.md file or at https://opensource.org/licenses/MIT.
55

6-
import MathOptInterface
7-
8-
const MOI = MathOptInterface
6+
import MathOptInterface as MOI
97

108
mutable struct Optimizer <: MOI.AbstractOptimizer
119
objective_constant::Cdouble

0 commit comments

Comments
 (0)