-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresultats_solution.txt
58 lines (51 loc) · 2.03 KB
/
resultats_solution.txt
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
État initial :
X1 | X2 | S1 | S2
----------------------------------------
4.00 | 3.00 | 1.00 | 0.00 | 20.00
2.00 | -1.00 | 0.00 | 1.00 | 0.00
-40.00 | -25.00 | 0.00 | 0.00 | 0.00
========================================
État initial :
X1 | X2 | S1 | S2
----------------------------------------
4.00 | 3.00 | 1.00 | 0.00 | 20.00
2.00 | -1.00 | 0.00 | 1.00 | 0.00
-40.00 | -25.00 | 0.00 | 0.00 | 0.00
========================================
=== Itération : ===
Variable entrant : X1, Variable sortante : S2
Détails de l'itération :
Variables de base : ['S3', 'S4']
Variables non de base : ['X1', 'X2']
Ratios calculés : [(5.0, 0), (0.0, 1)]
Colonne pivot : 0, Ligne pivot : 1
État du tableau après l'itération :
X1 | X2 | S1 | S2
----------------------------------------
0.00 | 5.00 | 1.00 | -2.00 | 20.00
1.00 | -0.50 | 0.00 | 0.50 | 0.00
0.00 | -45.00 | 0.00 | 20.00 | 0.00
========================================
État initial :
X1 | X2 | S1 | S2
----------------------------------------
0.00 | 5.00 | 1.00 | -2.00 | 20.00
1.00 | -0.50 | 0.00 | 0.50 | 0.00
0.00 | -45.00 | 0.00 | 20.00 | 0.00
========================================
=== Itération : ===
Variable entrant : X2, Variable sortante : S1
Détails de l'itération :
Variables de base : ['S3', 'X1']
Variables non de base : ['X2', 'S4']
Ratios calculés : [(4.0, 0)]
Colonne pivot : 1, Ligne pivot : 0
État du tableau après l'itération :
X1 | X2 | S1 | S2
----------------------------------------
0.00 | 1.00 | 0.20 | -0.40 | 4.00
1.00 | 0.00 | 0.10 | 0.30 | 2.00
0.00 | 0.00 | 9.00 | 2.00 | 180.00
========================================
Solution optimale :
-180.0