460 likes | 589 Vues
This document covers essential concepts in linear programming (LP), including duality, optimal solutions, unbounded and infeasible solutions, and multiple optima. It discusses important derivatives like reduced cost, and conditions for optimality relating to basic and non-basic variables. The guide also touches on multi-input, multi-output scenarios, spatial equilibrium, sequencing, storage, and preferences. Additionally, it outlines challenges in non-linear programming, addressing issues like badly behaved functions and the importance of proper specification and scaling.
E N D
Linear Program MAX CBXB + CNBXNB s.t. BXB + ANBXNB = b XB , XNB ≥ 0
Complementary Slackness • derived from duality
Reduced Cost • Negative derivative of objective function with respect to a variable • At optimality: • Zero for all basic variables • Non-negative for all non-basic variables (max) • Non-positive for all non-basic variables (max)
Non-linear Programming • Specification often straightforward • Solving more difficult • scaling (manual vs. computer) • lower bounds to avoid division by zero and other illegal operations • local versus global extremes