NEOS Interfaces to MOSEK

Sample Submissions
WWW Form - XML-RPC

MOSEK

The NEOS Server offers MOSEK for the solution of linear programming (LP) problems, mixed-integer linear programming (MILP) problems, and conic problems (including SDP, exponential, and power cone problems). LP and MILP problems can be submitted to MOSEK on the NEOS server in MPS, LP, AMPL, or GAMS format. SOCPs can be submitted in GAMS, MPS, or CBF format. CBF format also semidefinite problems.

MOSEK is designed to solve large-scale optimization problems; the technical strength of MOSEK is its state-of-the-art interior-point optimizer and its branch-and-bound-and-cut algorithm for MILPs. MOSEK provides primal and dual simplex optimizers for LP problems. For more information, visit the MOSEK website.

MOSEK was developed by
MOSEK ApS
C/O Symbion Science Park
Fruebjergvej 3, Box 16
2100 Copenhagen 0, Denmark


Using the NEOS Server for MOSEK/MPS


To solve a problem in MPS format, you only need to submit the MPS file. The MPS file may be submitted in gzipped or zipped format, and NEOS will automatically uncompress it.

The user can specify system or algorithm parameter settings in a parameter file. The parameter file is a plain text file, which must begin with

BEGIN MOSEK
and end with
END MOSEK
Each line of the file should include a valid MOSEK parameter name followed by a value for the parameter. The list of MOSEK parameter names is available in the MOSEK documentation.

Note: Only LPs, MILPs, and SOCPs can be submitted in MPS format.

Web Submission Form
MPS file
Enter the path to your MPS file
Parameter file
Enter the path to a parameter file
Return .sol file
Check the box to include the interior-point solution file as part of the results
Return .int file
Check the box to include the int solution file as part of the results (if the problem contains integer constrained variables)
Return .bas file
Check the box to include the basis solution file as part of the results (if the problem is optimized using the simplex optimizer or basis identification is performed)
Comments
Additional Settings


E-Mail address:
Please do not click the 'Submit to NEOS' button more than once.