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

Gurobi No Longer Supported Over XML #38

Closed
JZL opened this issue Feb 25, 2023 · 2 comments · Fixed by #39
Closed

Gurobi No Longer Supported Over XML #38

JZL opened this issue Feb 25, 2023 · 2 comments · Fixed by #39

Comments

@JZL
Copy link

JZL commented Feb 25, 2023

Hi,

It's not that obvious on the NEOS website but if you use the Gurobi solver, it fails. Apparently it was never supposed to be supported over XML. I found it by intercepting all the POST responses, but you can also see it here

https://solverstudio.org/help-comments/

The Gurobi license for NEOS does not permit connections via XML-RPC. If you look at a solver page for Gurobi, for example, https://neos-server.org/neos/solvers/milp:Gurobi/AMPL.html, you will see that the XML-RPC interface is disabled. The license only allows submissions via the web interface. If you were able to submit jobs via XML-RPC previously, that was a mistake on our part introduced during an update to the NEOS codebase. [/quote]

@odow
Copy link
Member

odow commented Feb 26, 2023

Thanks. I'll update the README: #39. I knew that the limitation used to be the case (in 2012 spent the summer working on SolverStudio and it's NEOS support...), but it worked when I wrote this package so I assumed the limitation had changed.

@JZL
Copy link
Author

JZL commented Feb 26, 2023

Cool thanks. This has been a very useful package, it's amazing how some problems finish to optimality with one solver in 30 seconds, and others take 8+ hours

@JZL JZL closed this as completed Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants