Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: New MOIWrapper #250

Closed
wants to merge 4 commits into from
Closed

WIP: New MOIWrapper #250

wants to merge 4 commits into from

Conversation

jd-lara
Copy link
Contributor

@jd-lara jd-lara commented Aug 23, 2019

Work in progress for jump-dev/MathOptInterface.jl#736

MathProgBase = "fdba3010-5040-5b88-9595-932c9decdf73"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
LinQuadOptInterface = "~0.6.0"
MathOptInterface = "^0.9"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use v0.9.1 as v0.9.0 does not work on Julia v1.2

@@ -109,5 +109,5 @@ module CPLEX
include("cpx_generic_callbacks.jl")

include("CplexSolverInterface.jl")
include("MOI_wrapper.jl")
include("MOIWrapper.jl")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be MOI_wrapper, not MOIWrapper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants