Using WinQSB to solve Linear Programming Models

Slides:



Advertisements
Similar presentations
Introduction to Excel This class is “HANDS-ON” you will need to open up an excel spreadsheet and do examples as you go along. Students will be able to.
Advertisements

Solving LP Problems in a Spreadsheet
Using Solver to solve a minimization LP + interpretation of output BSAD 30 Dave Novak Source: Anderson et al., 2013 Quantitative Methods for Business 12.
All rights reserved. Copyright G. Peifer 1 Using Computer Spreadsheets to Solve Equations 1.Log into the Network and open Microsoft Excel. 2.Finding.
Lecture 3 Linear Programming: Tutorial Simplex Method
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 Sensitivity Analysis Graphical Sensitivity Analysis
What is GAMS?. While they are not NLP solvers, per se, attention should be given to modeling languages like: GAMS- AIMMS-
Indira Gandhi National Open University presents. Course: System Constructs and Tools By NEERJA PAHWA SARDANA A Video Lecture.
Microsoft Excel 2003 To start Excel, click the start button. A slightly different procedure might be required for computers on a network. If you need assistance,
BA 452 Lesson A.2 Solving Linear Programs 1 1ReadingsReadings Chapter 2 An Introduction to Linear Programming.
Operations Management Linear Programming Module B - Part 2
19 Linear Programming CHAPTER
© 2007 Pearson Education Chapter 14: Solving and Analyzing Optimization Models.
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.
1 Chapter 7 Linear Programming Models Continued – file 7c.
QM B Linear Programming
Computational Methods for Management and Economics Carla Gomes Module 4 Displaying and Solving LP Models on a Spreadsheet.
Solver & Optimization Problems n An optimization problem is a problem in which we wish to determine the best values for decision variables that will maximize.
SPSS Statistical Package for the Social Sciences is a statistical analysis and data management software package. SPSS can take data from almost any type.
1 ONE TIME PRINT SETUP To print Requisitions from Banner, follow this process once: Open Microsoft Excel, select (1) TOOLS, then (2) MACROS, then (3) SECURITY.
Chapter 4 - Linear Programming: Computer Solution Excel Solver
Lab 8 Solver In VBA ► Review – Solver Add-in In Excel ► Solver Add-in In VBA.
1 The Role of Sensitivity Analysis of the Optimal Solution Is the optimal solution sensitive to changes in input parameters? Possible reasons for asking.
Automated OUTLAY REPORT. The is an Excel spreadsheet which is used to track all funds related to the project, from beginning to end.
Introduction to Management Science
Example 15.1 Daily Scheduling of Postal Employees Workforce Scheduling Models.
CONSTRUCTING RELATIVE & CUMULATIVE FREQUENCY DISTRIBUTIONS using EXCEL & WORD.
Linear Programming McGraw-Hill/Irwin Copyright © 2012 by The McGraw-Hill Companies, Inc. All rights reserved.
MIS 463: Decision Support Systems for Business Review of Linear Programming and Applications Aslı Sencer.
1 Chapter 11 A number of important scheduling problems... require the study of an astronomical number of arrangements to determine which one is best....
Transportation and Assignment Problems
Linear Programming Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill.
CTS130 Spreadsheet Lesson 19 Using What-If Analysis.
SEEMiS / Child’s Plan Guidance
Excel 2010 Formatting Columns and Rows Excel 2010 / Mr. Bitenas In this lesson you will learn how to insert, delete, and resize Columns and Rows.
3 Characteristics of an Optimization Problem General descriptionKPiller Illustration Decisions that must be made; represented by decision variables How.
Spreadsheet Data Tables Data Table 1 allows you to change one input variable’s value at a time and record the impact that the input assumption has on several.
Excel Screen Slide 1 Column Row Cell Formula bar Column heading Row heading Worksheet tab.
McGraw-Hill/Irwin Copyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Supplement 6 Linear Programming.
More Oracle SQL Scripts. Highlight (but don’t open) authors table, got o External data Excel, and make an external spreadsheet with the data.
Kerimcan OzcanMNGT 379 Operations Research1 Linear Programming Chapter 2.
Case Study By: The South Group
Cell Column Drawing Toolbar Formatting Toolbar Formula Bar Help Box Menu Bar Name Box Rows Standard Toolbar Title Bar Worksheet.
Groups of cells labeled with letters that go up and down (vertical)
Linear Programming McGraw-Hill/Irwin Copyright © 2012 by The McGraw-Hill Companies, Inc. All rights reserved.
Example 3.1a Sensitivity Analysis and Solver Table Add-in.
Solving Linear Optimization Problems Using the Solver Add-in.
Session 9.
DECISION MODELING WITH Prentice Hall Publishers and
Stat 261 Two phase method.
Solver & Optimization Problems
Excel Solver IE 469 Spring 2017.
Excel Solver.
Ch 11 Resource Constraints and Linear Programming
A few tricks to take you beyond the basics of Microsoft Office 2007
Excel Solver IE 469 Spring 2018.
Wyndor Example; Enter data
Session 1b Decision Models -- Prof. Juran.
Eviews Tutorial for Labor Economics Lei Lei
Excel Solver IE 469 Fall 2018.
Modeling and Solving LP Problems in a Spreadsheet
Linear Programming Excel Solver.
Solving Linear Optimization Problems Using the Solver Add-in
A few tricks to take you beyond the basics of Microsoft Office
Excel Solver IE 469 Spring 2019.
BUS-221 Quantitative Methods
Presentation transcript:

Using WinQSB to solve Linear Programming Models Assume we wish to solve the transship problem depicted in the following network diagram 1 2 3 4 5 6 50 60 40 35 25 8 9 From the transshipment node: 1 unit of output requires 2 units of input First, formulate the model in standard LP form. All constraints must have variables on the left side and a constant on the right. Minimize Z= 2x14 + 4x24 + 5x34 + 8x45 + 9x46 Subject To: x14 <= 50 x24 <= 60 x34 <= 40 x45 = 35 x46 = 25 x14 + x24 + x34 – 2x45 – 2x46 = 0 Now you are ready to move to the software. From the WinQSB software set select “Linear and Integer Programming”

2. Complete all parameters 2. Complete all parameters. For the example problem, the completed parameters will appear as follows 1. Under the File drop-down menu, select “new problem” and this dialog box will appear 3. After selecting OK the Spreadsheet form will appear on the screen

2. The column headings reflect our new variable names 1. Rename the variables. Select “Variable Names” under the “Edit” pull-down menu and type the new names in the white column. 4. The lowerBound of each variable should be 0 and the UpperBound should by M (short hand for very large) 3. Enter the objective function (row 1) and the six constraints (rows C1-C6). The spreadsheet cells contain the coefficients of each decision variable in the objective function and each constraint. 5. For larger models, the spreadsheet format may be difficult to use. In these cases, switch to the normal model format in order to type the constraint set and objective function. Select “Switch to Normal Model Form” under the “Format” pull-down menu. The input screen changes to the following:

To solve the formulation select “solve the problem” under the “Solve and Analyze” pull-down. Alternatively, select the running man icon Normal Model Format

Solution and post optimality report Don’t forget to save the formulation by selecting “Save Problem” from the “File” pull-down. Solution and post optimality report You will be best served to use the software on your own computer system. However, if you use the lab, note that the lab’s network may have trouble printing the solution. You may need to copy and paste a “print screen” into a package (such as Word) to print your complete solution