We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a1a2d commit 0c35cb5Copy full SHA for 0c35cb5
src/MOI_wrapper.jl
@@ -1,6 +1,4 @@
1
-using MathOptInterface
2
-const MOI = MathOptInterface
3
-const MOIU = MOI.Utilities
+import MathOptInterface as MOI
4
const AFF = MOI.ScalarAffineFunction{Cdouble}
5
const EQ = MOI.EqualTo{Cdouble}
6
const AFFEQ = MOI.ConstraintIndex{AFF,EQ}
0 commit comments