Skip to content

Commit

Permalink
prepare MOI_wrapper.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwarz committed Dec 19, 2018
1 parent 543a572 commit 81ce845
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MOI_wrapper.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
using MathOptInterface
const MOI = MathOptInterface
3 changes: 3 additions & 0 deletions src/SCIP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ end
# wrapper of SCIP library
include("wrapper.jl")

# implementation of MOI
include("MOI_wrapper.jl")

end

0 comments on commit 81ce845

Please sign in to comment.