Problem 45500. Maximize the production in a plant within equipment capacity
Solution Stats
Problem Comments
-
2 Comments
I'm confused! Two successful solutions have been submitted, but I would swear that the test suite answers for problems 6 and 15 are incorrect. In problem 15, it is easy to see that there is no way to get a production rate higher than 43; yet the answer given is 44.
To clarify, here is a possible breakdown for Test Case 15: [34 goods can flow along path 1-2-10-11] + [2 goods can flow along path 1-3-4-8-11] + [8 goods can flow along path 1-3-7-9-11] = 34 + 2 + 8 = 44. Take note that we can flow 34 goods from Point 10 to Point 11.
Solution Comments
-
1 Comment
This solution can be improved if line 6 becomes: a(P(j,1),P(j,2)) = a(P(j,1),P(j,2)) + P(j,3); I'm sorry for the confusion. You see, there can be more than 1 path between two points.
Problem Recent Solvers13
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
4869 Solvers
-
Find state names that start with the letter N
941 Solvers
-
Multiples of a Number in a Given Range
480 Solvers
-
59 Solvers
-
Converting numbers back from extended form
91 Solvers
More from this Author19
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!