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

connect to remote Gurobi server #253

Closed
tramelon opened this issue Sep 18, 2019 · 2 comments
Closed

connect to remote Gurobi server #253

tramelon opened this issue Sep 18, 2019 · 2 comments

Comments

@tramelon
Copy link

How can I connect to a remote Gurobi server using Host IP/Name and password?

@odow
Copy link
Member

odow commented Sep 18, 2019

This feature is not implemented yet. See #54.

Although this comment suggests that you can get it to work with the correct license.

Note that the Julia wrapper is maintained by volunteers and is not officially supported by Gurobi. If you are a paid Gurobi customer, you should contact them for support.

@odow
Copy link
Member

odow commented Sep 28, 2020

Gurobi.jl now wraps the complete C API. You can use the C API to create a remote environment, and then pass this to Gurobi.Optimizer with Gurobi.Optimizer(env).

@odow odow closed this as completed Sep 28, 2020
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