Operations Research : Applications and Algorithms
Operations Research : Applications and Algorithms
4th Edition
ISBN: 9780534380588
Author: Wayne L. Winston
Publisher: Brooks Cole
Question
Book Icon
Chapter 5.2, Problem 8P

(a)

Program Plan Intro

  • Let us consider on the following Linear programming;
  • max z=9x1+8x2+5x3+4x4
  • Such that
    • x1+x4≤200
    • x2+x3≤150
    • x1+x2+x3≤350
    • 2x1+x2+x3+x4≤550
    • x1,x2,x3,x4≥0
  • The LINDO output for this Linear Programming is given below:
  • Max 9x1+8x2+5x3+4x4
  • Subject to constraints:
    • x1+x4≤200
    • x2+x3≤150
    • x1+x2+x3≤350
    • 2x1+x2+x3+x4≤550
  • End
  • LP optimum found at step 4
  • Objective function value: 3000.000
VariableValueReduced Cost
x1200.0000000.000000
x2150.0000000.000000
x30.0000003.000000
x40.0000000.000000
  • Number of iterations=4
  • Ranges in which the basis is unchanged:
VariableCurrent CoefficientObj Coefficient ranges allowable increaseAllowance Decrease
x19.0000007.0000001.000000
x28.000000Infinity3.000000
x35.0000003.000000Infinity
x44.0000000.500000Infinity
RowCurrent RHSRighthand side ranges allowable increaseAllowance decrease
2200.000000Infinity0.000000
3150.0000000.0000000.000000
4350.000000Infinity0.000000
5550.0000000.000000400.000000

(b)

Explanation of Solution

  • Here, three oddities that may occur when the optimal solution found by LINDO is degenerate.
  • Oddity 1: In the ranges in which the basis is unchanged, at least one constraint will have a 0. Allowable increase or Allowable decrease.
  • This means that for at least one constraint, the dual price can tell us about the new z-value for either an increase or decrease in the right-hand side, but not both.
  • To understand Oddity 1, consider the second constraint. Its allowable increase is 0.
  • This means that the second constraint’s dual price of 3 cannot be used to determine a new z-value resulting from any increase in the first constraint’s right-hand side.
  • Oddity 2: For a non-basic variable to become positive, its objective function coefficient may have to be improved by more than it reduced cost...

Blurred answer
Students have asked these similar questions
The images I have uploaded are the part 1 to 4 and questions below are continue on the questions uploaded 5. C++ Class Template with Method Stubs #pragma once #include <iostream> #include <string> #include <stdexcept> #include <vector>   template <typename T> class HashTable { private:     struct Entry {         std::string key;         T value;         bool isOccupied;         bool isDeleted;         Entry() : key(""), value(), isOccupied(false), isDeleted(false) {}     };       Entry* table;     size_t capacity;     size_t size;     double loadFactorThreshold;           size_t customHash(const std::string& key) const {         size_t hash = 5381;         for (char c : key) {             hash = ((hash  <<  5) + hash)  +  c;         }         return hash;     }       size_t probe(const std::string& key, bool forInsert = false) const;     void resize();   public:     // Constructor     HashTable(size_t initialCapacity = 101);         // Big…
this project is NOT for graded(marks) purposes, please help me with the introduction. give me answers for the project. i will include an image explaining everything about the project.
Java Graphics (Bonus In this lab, we'll be practicing what we learned about GUIs, and Mouse events. You will need to implement the following: A GUI with a drawing panel. We can click in this panel, and you will capture those clicks as a Point (see java.awt.Point) in a PointCollection class (you need to build this). The points need to be represented by circles. Below the drawing panel, you will need 5 buttons: O о о ○ An input button to register your mouse to the drawing panel. A show button to paint the points in your collection on the drawing panel. A button to shift all the points to the left by 50 pixels. The x position of the points is not allowed to go below zero. Another button to shift all the points to the right 50 pixels. " The x position of the points cannot go further than the You can implement this GUI in any way you choose. I suggest using the BorderLayout for a panel containing the buttons, and a GridLayout to hold the drawing panel and button panels. Regardless of how…
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Operations Research : Applications and Algorithms
Computer Science
ISBN:9780534380588
Author:Wayne L. Winston
Publisher:Brooks Cole
Text book image
C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr
Text book image
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage