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)

MINIMIZE: Z = 800 X1 + 1000 X2Conversion to canonical formMAXIMIZE: Z = -800 X1 -1000 X2 + 0 X3 + 0 X4 + 0 X5 + 0 X6 + 0 X7 + 0 X8

subject to

2 X1 + 1 X2 ≥ 12
1 X1 + 3 X2 ≥ 18
2 X1 + 2 X2 ≥ 20

subject to

2 X1 + 1 X2 -1 X3 + 1 X6 = 12
1 X1 + 3 X2 -1 X4 + 1 X7 = 18
2 X1 + 2 X2 -1 X5 + 1 X8 = 20
X1, X2 ≥ 0X1, X2, X3, X4, X5, X6, X7, X8 ≥ 0

We'll build the first tableau of Phase I from Two Phase Simplex method.

Continue

Direct Solution

Save the exercise