X

PHPSimplex
Version 0.81

Copyright ©2006-2024. All rights reserved.

Developed by:
Daniel Izquierdo Granja
Juan José Ruiz Ruiz

English translation by:
Luciano Miguel Tobaria

French translation by:
Ester Rute Ruiz

Portuguese translation by:
Rosane Bujes

PHPSimplex

PHPSimplex


The problem is converted to canonical form by adding slack, surplus and artificial variables as appropiate (show/hide details)

MAXIMIZE: Z = 32 X1 + 44 X2 + 27.5 X3Conversion to canonical formMAXIMIZE: Z = 32 X1 + 44 X2 + 27.5 X3 + 0 X4 + 0 X5 + 0 X6

subject to

5 X1 + 6 X2 + 2.5 X3 ≤ 261
10 X1 + 10 X2 + 5 X3 ≤ 450
12 X1 + 20 X2 + 15 X3 ≤ 900

subject to

5 X1 + 6 X2 + 2.5 X3 + 1 X4 = 261
10 X1 + 10 X2 + 5 X3 + 1 X5 = 450
12 X1 + 20 X2 + 15 X3 + 1 X6 = 900
X1, X2, X3 ≥ 0X1, X2, X3, X4, X5, X6 ≥ 0

We'll build the first tableau of the Simplex method.

Continue

Direct Solution

Save the exercise