Student Suite Cd-rom For Winston's Operations Research: Applications And Algorithms
4th Edition
ISBN: 9780534423551
Author: Wayne L. Winston
Publisher: Cengage Learning
expand_more
expand_more
format_list_bulleted
Question
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
Variable Value Reduced Cost x1 200.000000 0.000000 x2 150.000000 0.000000 x3 0.000000 3.000000 x4 0.000000 0.000000
- Number of iterations=4
- Ranges in which the basis is unchanged:
Variable Current Coefficient Obj Coefficient ranges allowable increase Allowance Decrease x1 9.000000 7.000000 1.000000 x2 8.000000 Infinity 3.000000 x3 5.000000 3.000000 Infinity x4 4.000000 0.500000 Infinity
Row Current RHS Righthand side ranges allowable increase Allowance decrease 2 200.000000 Infinity 0.000000 3 150.000000 0.000000 0.000000 4 350.000000 Infinity 0.000000 5 550.000000 0.000000 400.000000
- x1+x4≤200
- x2+x3≤150
- x1+x2+x3≤350
- 2x1+x2+x3+x4≤550
- x1,x2,x3,x4≥0
- x1+x4≤200
- x2+x3≤150
- x1+x2+x3≤350
- 2x1+x2+x3+x4≤550
Variable | Value | Reduced Cost |
x1 | 200.000000 | 0.000000 |
x2 | 150.000000 | 0.000000 |
x3 | 0.000000 | 3.000000 |
x4 | 0.000000 | 0.000000 |
Variable | Current Coefficient | Obj Coefficient ranges allowable increase | Allowance Decrease |
x1 | 9.000000 | 7.000000 | 1.000000 |
x2 | 8.000000 | Infinity | 3.000000 |
x3 | 5.000000 | 3.000000 | Infinity |
x4 | 4.000000 | 0.500000 | Infinity |
Row | Current RHS | Righthand side ranges allowable increase | Allowance decrease |
2 | 200.000000 | Infinity | 0.000000 |
3 | 150.000000 | 0.000000 | 0.000000 |
4 | 350.000000 | Infinity | 0.000000 |
5 | 550.000000 | 0.000000 | 400.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...
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
Ideal MOSFET Current–Voltage
Characteristics—NMOS Device and draw the circuit
1. Create a Person.java file. Implement the public Person and Student classes in Person.java, including all the variables and methods in
the UMLS.
Person
-name: String
-street: String
-city: String
+Person(String name, String, street, String, city)
+getName(): String
+setName(String name): void
+getStreet(): String
+setStreet(String street): void
+getCity(): String
+setCity(String City): void
+toString(): String
Student
-Id: int
+Person(String name, String, street, String, city, int Id)
+getId(): int
+setId(int Id): void
+toString(): String
2. Create a StudentTest.java file. Implement a public StudentTest class with a main method. In the main method, create one student
object and print the object using System.out.println().
Your printing result must follow the example output:
name: Mike, street: Morris Ave, city: Union, Id: 1000
Hint: You need to modify the toString methods in the Student class and Person class!
1) Apply the Paint Blue algorithm discussed in class to the following Finite Automata.
a
a
a
b
b
a
COIS-3050H-R-W01-2025WI-COMB Formal
Languages & Automata
a
b
Show the status of the Finite Automata at the conclusion of the Paint Blue Algorithm (mark the
visited states with an X and only include edges that have not been followed).
2) Use the pumping lemma to prove the following language is nonregular:
L= {ab} = {abbb, aabbbbbb, aaabbbbbbbbb, ...}
Chapter 5 Solutions
Student Suite Cd-rom For Winston's Operations Research: Applications And Algorithms
Ch. 5.1 - Prob. 1PCh. 5.1 - Prob. 2PCh. 5.1 - Prob. 3PCh. 5.1 - Prob. 4PCh. 5.1 - Prob. 5PCh. 5.2 - Prob. 1PCh. 5.2 - Prob. 2PCh. 5.2 - Prob. 3PCh. 5.2 - Prob. 4PCh. 5.2 - Prob. 5P
Ch. 5.2 - Prob. 6PCh. 5.2 - Prob. 7PCh. 5.2 - Prob. 8PCh. 5.3 - Prob. 1PCh. 5.3 - Prob. 3PCh. 5.3 - Prob. 4PCh. 5.3 - Prob. 5PCh. 5.3 - Prob. 6PCh. 5.3 - Prob. 7PCh. 5.3 - Prob. 9PCh. 5.3 - Prob. 10PCh. 5.3 - Prob. 11PCh. 5 - Prob. 1RPCh. 5 - Prob. 2RPCh. 5 - Prob. 3RPCh. 5 - Prob. 4RPCh. 5 - Prob. 6RPCh. 5 - Prob. 7RPCh. 5 - Prob. 8RPCh. 5 - Prob. 9RPCh. 5 - Prob. 10RPCh. 5 - Prob. 11RPCh. 5 - Prob. 12RPCh. 5 - Prob. 13RPCh. 5 - Prob. 14RPCh. 5 - Prob. 15RPCh. 5 - Prob. 16RP
Knowledge Booster
Similar questions
- 3) Find CFGs that for these regular languages over the alphabet Σ= {a, b}. Draw a Finite Automata e CFG. 1 COIS-3050H-R-W01-2025WI-COMB Formal anguages & Automata Is that contain the substring aba. (b) The language of all words that have an odd number letters and contains the string bb. (c) The language of all words that begin with the substring ba and contains an odd number of letters. 4) Convert the following FA into a PDA. a a S± b a a Ν Ꮓarrow_forwardCOIS-3050H-R-W01-2025WI-COMB Formal ministic PDA. Are the following words accepted by this Languages & Automata UI MIUSɩ that aTU I ed, indicate which state the PDA is in when the crash occurs. (a) aabbaa (b) aaabab (c) bababa Start (d) aaaabb A Accept Read₁ Push a (e) aaaaaa a b Read, Popi a a,b A Read₂ Accept A Pop₂arrow_forward5) Eliminate the A-productions from the following CFG: Abc COIS-3050H-R-W01-2025WI-COMB Formal Languages & Automata BAabC C CaA | Bc | A 6) Convert the following CFG into CNF. S→ XYZ XaXbS | a |A YSbS | X | bb Z→ barrow_forward
- Need help answering these questions!1. Design a While loop that lets the user enter a number. The number should be multiplied by 10, and the result stored in a variable named product. The loop should iterate as long as the product contains a value less than 100. 2. Design a For loop that displays the following set of numbers: 0, 10, 20, 30, 40, 50 . . . 1000 3. Convert the While loop in the following code to a Do-While loop: Declare Integer x = 1 While x > 0 Display "Enter a number." Input x End Whilearrow_forwardNeed help with these:Design a While loop that lets the user enter a number. The number should be multiplied by 10, and the result stored in a variable named product. The loop should iterate as long as the product contains a value less than 100. 2. Design a For loop that displays the following set of numbers: 0, 10, 20, 30, 40, 50 . . . 1000 3. Convert the While loop in the following code to a Do-While loop: Declare Integer x = 1 While x > 0 Display "Enter a number." Input x End Whilearrow_forwardConvert the While loop in the following code to a Do-While loop: Declare Integer x = 1 While x > 0 Display "Enter a number." Input x End Whilearrow_forward
- Python - need help creating a python program that will sum the digits of a number entered by the user. For example if the user inputs the value 243 the program will output 9 because 2 + 4 + 3 = 9. The program should ask for a single integer from the user, it should then calculate the sum of all the digits of that number and output the result.arrow_forwardI need help with this in Python (with flowchart): Im creating a reverse guessing game. Then to choose a random number from 1 to 100 and the computer program will attempt to guess it, displaying the directions calculated or not. The guess will be displayed and the user will answer if it was correct or not. If correct, the game ends, if not then the computer asks if the guess was too high or too low. Finally inputting an answer and the computer generates a new guess within the proper range. Oh and to make sure the program doesnt guess outside of the ranges produced by the inputs of “too high” and “too low”. The program ending when the user guesses correctly or after the program takes 6 guesses. HELP ASAP!arrow_forwardI need help with this in Python (with flowchart): Im creating a reverse guessing game. Then to choose a random number from 1 to 100 and the computer program will attempt to guess it, displaying the directions calculated or not. The guess will be displayed and the user will answer if it was correct or not. If correct, the game ends, if not then the computer asks if the guess was too high or too low. Finally inputting an answer and the computer generates a new guess within the proper range. Oh and to make sure the program doesnt guess outside of the ranges produced by the inputs of “too high” and “too low”. The program ending when the user guesses correctly or after the program takes 6 guesses. HELP ASAP!arrow_forward
- Need help finding errors in my pseudocode (Two)! Declare Boolean finished = False Declare Integer value, cube While NOT finished Display "Enter a value to be cubed." Input value; Set cube = value^3 Display value, " cubed is ", cube End While Next, I intended the following pseudocode to display the numbers 1 through 60, and then display the message "Time’s up!". Doesnt work and has error. Declare Integer counter = 1 Const Integer TIME_LIMIT = 60 While counter < TIME_LIMIT Display counter Set counter = counter + 1 End While Display "Time's up!"arrow_forwardHaving error in pseudcode; wanting to get five sets of two numbers each, calculate the sum of each set, and calculate the sum of all the numbers entered. Not functioning as intended and can't find the error.Code: // This program calculates the sum of five sets of two numbers. Declare Integer number, sum, total Declare Integer sets, numbers Constant Integer MAX_SETS = 5 Constant Integer MAX_NUMBERS = 2 Set sum = 0; Set total = 0; For sets = 1 To MAX_NUMBERS For numbers = 1 To MAX_SETS Display "Enter number ", numbers, " of set ", sets, "." Input number; Set sum = sum + number End For Display "The sum of set ", sets, " is ", sum "." Set total = total + sum Set sum = 0 End For Display "The total of all the sets is ", total, "."arrow_forwardNeed help converting loops!1. Convert the following While loop to a For loop: Declare Integer count = 0 While count < 50 Display "The count is ", count Set count = count + 1 End While _________________________________________________ 2. Convert the following For loop to a While loop: Declare Integer count For count = 1 To 50 Display count End Forarrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Operations Research : Applications and AlgorithmsComputer ScienceISBN:9780534380588Author:Wayne L. WinstonPublisher:Brooks ColeC++ for Engineers and ScientistsComputer ScienceISBN:9781133187844Author:Bronson, Gary J.Publisher:Course Technology PtrNp Ms Office 365/Excel 2016 I NtermedComputer ScienceISBN:9781337508841Author:CareyPublisher:Cengage

Operations Research : Applications and Algorithms
Computer Science
ISBN:9780534380588
Author:Wayne L. Winston
Publisher:Brooks Cole

C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage