Follow these steps to submit a job to NEOS via XML-RPC clients:
  1. Save the following template using your browser's copy and paste tools
  2. Using your favorite editor, plug your data files and parameters into the message in the indicated spots
  3. Descriptions of the input are written with the web interface in mind. If the description asks for the name of a file, then you will instead need to insert the contents of the file itself.
  4. The <![CDATA[ ... ]]> tag is an escape indicator. This will ensure that any special characters in your inputs (such as <, >, &, etc.) will be interpreted correctly.

For XML-RPC, you need to submit the contents of this file to NEOS with the submitJob() method, and retrieve the results with the getResults() method. Go here for more information on using the XML-RPC interface to NEOS.

<document>
<category>lno</category>
<solver>RELAX4</solver>
<inputMethod>RELAX4</inputMethod>
<email> insert valid email address </email>

<relax4><![CDATA[...Insert Value Here...]]></relax4>

<init><![CDATA[...Insert Value Here...]]></init>

<comments><![CDATA[...Insert Value Here...]]></comments>

</document>

Description of input values

relax4
Enter the location of the RELAX4 input file
init
Select the method for the initial solution. Relax-IV is the default initialization. The auction/shortest path subroutine, which is used for getting the initial price-flow pair, is recommended for difficult problems where the default initialization yields long solution times.
comments