Hooking Your Solver Up to NEOS
There are four general steps to getting your optimization Solver registered on
the NEOS server:
- Install the NEOS server package.
- Register your solver with NEOS by creating and submitting an XML file describing your solver, the necessary user inputs, and the workstations it will run on.
- Write a driver program that will run your solver based on the user inputs.
- Execute the provided XML-RPC server on each machine your solver will run on.
For more help registering a solver and writing a driver, check out our
HelloNEOS example.
@NEOS_WEB_DISCLAIMER@