Skip to content

Commit 0c35cb5

Browse files
authored
Use import as to load MOI (#24)
1 parent d3a1a2d commit 0c35cb5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/MOI_wrapper.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using MathOptInterface
2-
const MOI = MathOptInterface
3-
const MOIU = MOI.Utilities
1+
import MathOptInterface as MOI
42
const AFF = MOI.ScalarAffineFunction{Cdouble}
53
const EQ = MOI.EqualTo{Cdouble}
64
const AFFEQ = MOI.ConstraintIndex{AFF,EQ}

0 commit comments

Comments
 (0)