Skip to content

01 Linear Programming

Linear Programming

Objective/constraint will be in linear form

Solution Properties

Property Meaning How to obtain
Feasibility All constraints satisfied Substitute var values in constraints
Optimality Max/min value of obj() Substitute var values in obj()

Graphical Method

  1. Define obj()
  2. Draw all constraints
  3. Draw line for LHS=RHS
  4. Draw appropriate arrows show the direction of inequality
  5. Find vertices of soln space (feasible region)
  6. Find the value of obj() at these vertices
  7. Pick the min/max value
Last Updated: 2023-01-25 ; Contributors: AhmedThahir

Comments