I'm trying to understand how to use NEOS Server for SCIP. I already read the tutorial about the CPLEX LP file format. But still I'm not able to get any results.
Let's take the example provided in that tutorial:
Maximize
obj: x1 + 2 x2 + 3 x3 + x4
Subject To
c1: - x1 + x2 + x3 + 10 x4 <= 20
c2: x1 - 3 x2 + x3 <= 30
c3: x2 - 3.5 x4 = 0
Bounds
0 <= x1 <= 40
2 <= x4 <= 3
General
x4
End
In what format (file extension) do I have to save that? I tried .MPS
and uploaded it using the 1st button (Enter the complete path to the MPS format data file). But I got:
error reading file <sample.mps>
SCIP> file <sample.osil> not found
SCIP> limits/time = 36000
SCIP> loaded parameter file <scip.set>
SCIP>
no problem exists
SCIP>
written solution information to file <results1>
SCIP>
written statistics to file <results2>
SCIP> solution status: unknown
no solution available
SCIP Status : initialization
Original Problem : no problem exists.