Example  
Let (MQP
e) be an instance with 2 integer, 2 real variables
and one equality constraint: 
                 |  | Min | f(x) = | 
 |  |  | -7 | 3 | -15 | -4 |  |  |   | xt |  | 3 | -14 | -7 | -13 |  | x |   |  |  | -15 | -7 | 8 | 7 |  |  |  |  |  | -4 | -13 | 7 | 12 |  |  |  | + |  | 
| (MQPe) | s.t. |  | 
                         | 5 x1 + x2 + 8
			x3 +  4x4 = 95 |   | 0 ≤ xi ≤ 10 i
			∈ {1,...,4} |   | x1, x2 ∈ N |   | x3, x4 ∈ R |  | 
        
            
The associated file format is the following:
  
4 2 1 0 0 0
u
10 10 10 10
ℓ
0 0 0 0
Q
16
0 0 -7
0 1 3
0 2 -15
0 3-4
1 0 3
1 1 -14
1 2 -7
1 3 -13
2 0 -15
2 1 -7
2 2 8
2 3 7
3 0 -4
3 1 -13
3 2 7
3 3 12
c
4
0 15
1 10
2 -7
3 -4
A
4
0 0 5
0 1 1
0 2 8
0 3 4
b
1
0 95