Chapter 4 Linear Programming Models. Introduction All of the models in this chapter are linear models Which means: Target cell is ultimately (possibly.

Slides:



Advertisements
Similar presentations
Chapter 8: The Solver and Mathematical Programming Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University.
Advertisements

BINARY/MIXED-INTEGER PROGRAMMING ( A SPECIAL TYPE OF INTEGER PROGRAMMING)
Solving LP Problems in a Spreadsheet
Chapter 19 – Linear Programming
Wyndor Example; Enter data Organize the data for the model on the spreadsheet. Type in the coefficients of the constraints and the objective function.
Introduction to Spreadsheets. Learning Target I can input data and do simple calculations in a spreadsheet.
Introduction to Spreadsheet Modeling
Introduction to Sensitivity Analysis Graphical Sensitivity Analysis
19 Linear Programming CHAPTER
Introduction to Management Science
Linear Programming Excel Solver. MAX8X 1 + 5X 2 s.t.2X 1 + 1X 2 ≤ 1000 (Plastic) 3X 1 + 4X 2 ≤ 2400 (Prod. Time) X 1 + X 2 ≤ 700 (Total Prod.) X 1 - X.
INFM 718A / LBSC 705 Information For Decision Making Lecture 4.
Linear Programming Introduction. linear function linear constraintsA Linear Programming model seeks to maximize or minimize a linear function, subject.
1 5. Linear Programming 1.Introduction to Constrained Optimization –Three elements: objective, constraints, decisions –General formulation –Terminology.
1 1 Slide LINEAR PROGRAMMING Introduction to Sensitivity Analysis Professor Ahmadi.
Computational Methods for Management and Economics Carla Gomes Module 4 Displaying and Solving LP Models on a Spreadsheet.
Goals and aims To introduce Linear Programming To find a knowledge on graphical solution for LP problems To solve linear programming problems using excel.
Session 1b. Decision Models -- Prof. Juran2 Overview Spreadsheet Conventions Copying, Pasting, Reporting Introduction to Solver.
LINEAR PROGRAMMING INTRODUCTION
 Explore the principles of cost-volume-profit relationships  Perform a basic what-if analysis  Use Goal Seek to calculate a solution  Create a one-variable.
Excel Review Global Executive MBA April Session goals  Preparation for the coming term −Review and practice essential Excel techniques.  A model.
Non-Linear Simultaneous Equations
Chapter 3 Introduction to Optimization Modeling
© 2011 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license.
Linear Programming Models
Stevenson and Ozgur First Edition Introduction to Management Science with Spreadsheets McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Chapter 4 - Linear Programming: Computer Solution Excel Solver
Lab 8 Solver In VBA ► Review – Solver Add-in In Excel ► Solver Add-in In VBA.
START EXCEL BUILD OR RETRIEVE YOUR OPTIMIZATION MODEL SAVE YOUR WORKBOOK!! CHOOSE “Solver…” IN THE “Tools” MENU SPECIFY IN SOLVER DIALOG BOX: 1.CELL TO.
Introduction to Spreadsheet Modeling
MGS3100 Spreadsheet Modeling Chapter 2 Slides 2a: Introduction.
Introduction to Linear Programming
1 1 Slide © 2005 Thomson/South-Western Slides Prepared by JOHN S. LOUCKS ST. EDWARD’S UNIVERSITY.
Chapter 1 Introduction to VBA Development in Excel.
Copyright © 2012 Pearson Education, Inc. Publishing as Pearson Addison-Wesley C H A P T E R 6 Value- Returning Functions and Modules.
Chapter 19: Solver Re-Visited Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Linear Programming: Basic Concepts
We can make Product1 and Product2. There are 3 resources; Resource1, Resource2, Resource3. Product1 needs one hour of Resource1, nothing of Resource2,
Stevenson and Ozgur First Edition Introduction to Management Science with Spreadsheets McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
1 LINEAR PROGRAMMING Introduction to Sensitivity Analysis Professor Ahmadi.
Linear Programming McGraw-Hill/Irwin Copyright © 2012 by The McGraw-Hill Companies, Inc. All rights reserved.
QMB 4701 MANAGERIAL OPERATIONS ANALYSIS
Linear Programming with Excel Solver.  Use Excel’s Solver as a tool to assist the decision maker in identifying the optimal solution for a business decision.
Linear Programming Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill.
Spreadsheet Engineering “Training in spreadsheet modeling improves both the efficiency and effectiveness with which analysts use spreadsheets” Steve Powell,
Goal Seek and Solver. Goal seeking helps you n Find a specific value for a target cell by adjusting the value of one other cell whose value is allowed.
1 1 Slide © 2001 South-Western College Publishing/Thomson Learning Anderson Sweeney Williams Anderson Sweeney Williams Slides Prepared by JOHN LOUCKS QUANTITATIVE.
Chapter 2 Introduction to Linear Programming n Linear Programming Problem n Problem Formulation n A Maximization Problem n Graphical Solution Procedure.
3 Characteristics of an Optimization Problem General descriptionKPiller Illustration Decisions that must be made; represented by decision variables How.
Copyright © 2008 Pearson Prentice Hall. All rights reserved Exploring Microsoft Office Excel 2007 Chapter 8 What-if Analysis Robert Grauer, Keith.
Newton’s Method, Root Finding with MATLAB and Excel
Sensitivity Analysis A systematic way of asking “what-if” scenario questions in order to understand what outcomes could possibly occur that would effect.
Math Programming Concept of Optimization (L.O. a ) Linear Programming Managerial Value of Information (L.O. d) Theory (L.O. b) Example Applications (L.O.
Linear Programming McGraw-Hill/Irwin Copyright © 2012 by The McGraw-Hill Companies, Inc. All rights reserved.
© 2008 Thomson South-Western. All Rights Reserved Slides by JOHN LOUCKS St. Edward’s University.
Correlations FSE 200.
Linear Programming: Sensitivity Analysis and Duality
St. Edward’s University
What is a Spreadsheet? A program that allows you to use data to forecast, manage, predict, and present information.
Wyndor Example; Enter data
السيولة والربحية أدوات الرقابة المالية الوظيفة المالية
Using WinQSB to solve Linear Programming Models
Topics Introduction to Value-returning Functions: Generating Random Numbers Writing Your Own Value-Returning Functions The math Module Storing Functions.
Linear Programming Introduction.
Introduction to Spreadsheets
Linear Programming Excel Solver.
Linear Programming Introduction.
Introduction to Spreadsheet Terminology
BUS-221 Quantitative Methods
Presentation transcript:

Chapter 4 Linear Programming Models

Introduction All of the models in this chapter are linear models Which means: Target cell is ultimately (possibly through a series of formulas in intervening cells) a sum of products of constants and changing cells a “constant” does not depend on changing cells

Introduction each side of each constraint is either a constant or a sum of products of constants and changing cells each changing cell (except in a few cases where it’s specified otherwise) is allowed to contain a continuous range of values, not just integer values.

Key points to remember Determine the changing cells: – contain the values of the decision variables. – should contain the values the decision maker has direct control over, – should determine all other outputs, either directly or indirectly.

Key points to remember Set up the spreadsheet so that you can easily compute what you want to maximize or minimize (usually maximize profit or minimize cost) Set up the spreadsheet so that the relationships between the cells in the spreadsheet and the problem constraints are readily apparent.

Key points to remember Make your spreadsheet readable. – Use descriptive labels, – use range names liberally, – use cell comments and text boxes for explanations, and – think about your model layout before you dive in. – other people are likely to be examining your spreadsheet models.