Skip to content

Commit

Permalink
Use import as to load MOI (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Dec 14, 2023
1 parent be142a5 commit 4863e02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
# Use of this source code is governed by an MIT-style license that can be found
# in the LICENSE.md file or at https://opensource.org/licenses/MIT.

import MathOptInterface

const MOI = MathOptInterface
import MathOptInterface as MOI

mutable struct Optimizer <: MOI.AbstractOptimizer
objective_constant::Cdouble
Expand Down

0 comments on commit 4863e02

Please sign in to comment.