-
Notifications
You must be signed in to change notification settings - Fork 4
/
tp3.mps
26 lines (26 loc) · 917 Bytes
/
tp3.mps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
*
* small test problem derived from P0548
*
NAME tp3
ROWS
N R1001
L R1006
G ROWA
G ROWB
COLUMNS
SET00001 'MARKER' 'INTORG'
C1045 R1001 155.000000
C1045 R1006 161.000000
C1045 ROWA 1.000000
C1047 R1006 -120.000000
C1050 R1006 -68.000000
C1050 ROWB 1.000000
RHS
RHS R1006 -5.000000
RHS ROWA 0.627000
RHS ROWB 0.380000
BOUNDS
BV ONE C1045 1.000000
BV ONE C1047 1.000000
BV ONE C1050 1.000000
ENDATA