Читать книгу Optimizations and Programming - Bouchaib Radi, Ghias Kharmanda, Michel Ledoux - Страница 20

1.5.2. Simplex tableau

Оглавление

Suppose that we wish to solve


Let c = (4, 3, 0, 0)T , b = (12, 14)T , (A, I2) = It is easy to see that x = (x1, x2, x3, x4)T = (0, 0, 12, 14)T satisfies the constraints. Thus, x is a basic feasible solution with basis J = {3, 4} (the third and fourth components of x), whose basic variables are x3 = 12 and x4 = 14.

Note that x is not optimal: z(x) = cT x = 0. The optimization procedure constructs a sequence of tables, called simplex tableaus. The first tableau summarizes the data c, b, A′ and the basic variables. The last row is equal to –cT.

Table 1.1. First simplex tableau


Optimizations and Programming

Подняться наверх