Lecture 6
You receive your objective function, and your list of constraints, some of which are inequalities and some equalities i.e. greater than and less than and equal to.
Remember to:
- Linear programme must be in standard form i.e.
- Maximise not minimise (signs)
- Equality constraints (unique slack variables)
- RHS >=0 (signs)
Issue Arises When…:
When there is no initial basic feasible solution (bfs) present you have to consider that you cannot just go ahead with the Simplex procedure, hence the Big M Method.
Introducing Artificial Variables
- For those equations with no BFS Variable
- add in new artificial variables
- In the objective function
- remove the artificial variables multiplied by the Big M
- This allows an initial BFS solution i.e. a canonical system to start the simplex procedure…
I give you a readily available BFS!!
Utilise the Simplex Method Now
Go ahead, it’s an iterative process so keep it neat – draw up the tables, keep track of your signs…
Basically,
Objective function coefficient less Basis co-efficient matrix multiplied by variant coefficient matrix, added altogether for final answer.
Choose largest resulting Deviation row.
Minimum RHS / Matrix of variable with largest deviation row.
Keep at it until ALL the answers result in zeros or negatives to insert into Objective Function. The objective function does not take negatives, so the answer will be the variables which look like :
Easy peasy.
Be Aware: Pivot Table
You cannot take negatives or zero into consideration in the pivot table, when finding the minimum ratio on the RHS.