Skip to content

Commit

Permalink
import as MOI (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Apr 5, 2023
1 parent 2b596dc commit d1e4523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/MOI_wrapper.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using SparseArrays

import MathOptInterface
const MOI = MathOptInterface
import MathOptInterface as MOI

"""
CDDLib.Optimizer{T} <: AbstractPolyhedraOptimizer{T}
Expand Down
3 changes: 1 addition & 2 deletions test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Test
import MathOptInterface
const MOI = MathOptInterface
import MathOptInterface as MOI
const MOIT = MOI.Test
const MOIU = MOI.Utilities
const MOIB = MOI.Bridges
Expand Down

0 comments on commit d1e4523

Please sign in to comment.