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 = 2 X1 + 1 X2Conversion to canonical formMAXIMIZE: Z = -2 X1 -1 X2 + 0 X3 + 0 X4 + 0 X5 + 0 X6 + 0 X7 + 0 X8

subject to

50 X1 + 20 X2 ≥ 2400
30 X1 + 20 X2 ≥ 1800
10 X1 + 40 X2 ≥ 1200

subject to

50 X1 + 20 X2 -1 X3 + 1 X6 = 2400
30 X1 + 20 X2 -1 X4 + 1 X7 = 1800
10 X1 + 40 X2 -1 X5 + 1 X8 = 1200
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