Tell me more ×
Computational Science Stack Exchange is a question and answer site for scientists using computers to solve scientific problems. It's 100% free, no registration required.

I mean something like:

  1. I have to solve a Knapsack problem in my application

  2. I describe an XML with all variables, objectives and more

  3. I Upload this XML to a remote server (via a restful API)

  4. I get back as response just the result, XML-formatted

With a solution like this, i do not need to install AMPL on my server and try to do communicate my app with AMPL.

It exist? Otherwise, do you thinks that could be useful?

share|improve this question
This user has already asked about this on MathSE and less recently on SO, and is aware of neos Servers. See comments here. – hardmath Jun 15 '12 at 13:57
user1028100, welcome to SciComp! Cross-posting on multiple sites is discouraged. Since the question already has an accepted answer on Stack Overflow, I am closing this post. – Geoff Oxberry Jun 15 '12 at 14:10
Based on the Math.SE comments alluded to above, it seems the only missing piece is some XSLT code that would filter out only the "results" from what neos Servers return to you. Is that something you feel comfortable with? Feel free to post a question at StackOverflow if you need some pointers. – hardmath Jun 15 '12 at 15:14

closed as not constructive by Geoff Oxberry Jun 15 '12 at 14:11

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.