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

Example with low-level C interface? #87

Closed
dpo opened this issue May 15, 2020 · 2 comments
Closed

Example with low-level C interface? #87

dpo opened this issue May 15, 2020 · 2 comments

Comments

@dpo
Copy link
Contributor

dpo commented May 15, 2020

Could you show (in the README and/or tests) an example of passing a QP to Xpress using the low-level interface? Is it possible to pass entire matrices as with Gurobi.jl and CPLEX.jl? Thanks.

@joaquimg
Copy link
Member

Since new release Gurobi.jl and CPLEX.jl followed Xpress.jl and a julian low level interface was removed.
Currently, all three packages only have two usage options:

  • MathOptInterface (and consequently everything that uses MOI such as JuMP.jl and Convex.jl)
  • a low level API which is basically just thin wrappers on ccall

What is you use case?
Some matrix interface are being develop in https://github.com/jump-dev/MatrixOptInterface.jl

@joaquimg
Copy link
Member

closing as stale. feel free to reopen with more details.

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

No branches or pull requests

2 participants