Re: Submittingjob to NEOS Server using GUSEK and/or GLPSOL
Heinrich Schuchardt <[email protected]>
| Newsgroups | gmane.comp.gnu.glpk |
|---|---|
| Message-ID | <[email protected]> |
On 3/20/20 3:37 AM, Deb Midya wrote: > > Hi, > > > Thanks in advance. > > I'm using GUSEK on windows 10. I can submit a job and get solution locally. > > Is it possible to submit a job to NEOS using GUSEK and/or GLPSOL? > > Regards, > > Deb > Hello Deb, do you refer to the content management system NEOS (https://www.neos.io/)? NEOS is written PHP. With PHP you could schedule a job and display its output. You could also write a PHP extension calling the GLPK library. The book Blake Schwendiman, "Building Custom PHP Extensions", p. 142ff has a chapter on wrapping GLPK in a PHP extension. Part of it is available at https://books.google.de/books?id=MzZ5WiISx5AC . Unfortunately it is unclear what you really want to do. Could you, please, describe it in more detail. Best regards Heinrich