A transportation problem with m origins and n destinations becomes a trans-shipment problem with
Operations Research deals with optimizing resource allocation. Two common problems in this field are the transportation problem and the trans-shipment problem. While they both involve moving goods from supply points to demand points, they differ in their structure and the types of nodes involved.
A standard transportation problem involves minimizing the cost of shipping goods directly from a set of origins (supply points) to a set of destinations (demand points). There are no intermediate stops or transfer points allowed in the basic formulation. In a transportation problem with \(m\) origins and \(n\) destinations:
A trans-shipment problem is a variation where goods can flow through intermediate nodes before reaching their final destination. These intermediate nodes are called trans-shipment points. At a trans-shipment point, goods can be received from a source or another trans-shipment point and then reshipped to a destination or another trans-shipment point. This makes the network more flexible.
In a trans-shipment problem, a node can potentially act as:
Any transportation problem can be reformulated as a trans-shipment problem. To do this, we consider all original origins and all original destinations as potential trans-shipment nodes. In the context of the trans-shipment formulation:
When converting, all \(m\) origins and all \(n\) destinations become nodes in the new trans-shipment network. Each of these \(m+n\) nodes can now potentially act as both a source and a destination within the framework of a trans-shipment model. This means the model will consider potential flow between any pair of these \(m+n\) nodes (including from a node back to itself, although flow is usually assumed to be non-negative). For the purpose of setting up the trans-shipment problem structure, we need to account for potential shipments originating from any of these \(m+n\) points and potentially arriving at any of these \(m+n\) points.
Therefore, in the converted trans-shipment problem representation:
Each of these \(m+n\) nodes can have a supply capacity (if it was an original origin or has inventory) or a demand requirement (if it was an original destination). The model then finds the optimal flow among all these \(m+n\) nodes.
Based on this conversion, a transportation problem with \(m\) origins and \(n\) destinations becomes a trans-shipment problem with \(m+n\) sources and \(m+n\) destinations in terms of the number of nodes that can potentially initiate or receive flow in the general trans-shipment structure.
Let's look at the given options for a transportation problem with \(m\) origins and \(n\) destinations becoming a trans-shipment problem:
Thus, the correct option is that the problem becomes a trans-shipment problem with \((m+n)\) sources and \((m+n)\) destinations.
| Problem Type | Origins/Sources | Destinations | Intermediate Nodes |
|---|---|---|---|
| Transportation Problem | \(m\) (Supply only) | \(n\) (Demand only) | None |
| Equivalent Trans-shipment Problem Formulation | \(m+n\) (Potential source) | \(m+n\) (Potential destination) | All \(m+n\) nodes can be trans-shipment points |
| Feature | Transportation Problem | Trans-shipment Problem |
|---|---|---|
| Flow Type | Direct Origin to Destination | Via Intermediate Nodes Possible |
| Node Functionality | Strict Sources or Strict Destinations | Nodes can be Sources, Destinations, or Trans-shipment Points |
| Conversion from Transport (m origins, n dests) | N/A | Becomes a problem with \(m+n\) nodes capable of being sources and \(m+n\) nodes capable of being destinations. |
In a general trans-shipment problem, the nodes can be categorized based on their net flow:
When converting a transportation problem, the original origins are like pure sources (initially), and original destinations are like pure destinations (finally). However, in the trans-shipment model structure, links can exist between any pair of the \(m+n\) nodes, allowing intermediate flow, making all of them potential trans-shipment points depending on the optimal solution.
Match List I with List II
List I | List II | ||
A. | Markovian property | I. | Rule of determining the order in which members of the queue are selected to begin service |
B. | Waiting time in system | II. | The time of next arrival is completely uninfluenced by when the last arrival occurred |
C. | Steady state condition | III. | The queueing is in after operating for some time with a fixed utilisation factor less than one |
D. | Queue discipline | IV. | Elapsed time that an individual customer spends in queue, both before service and during service |
Choose the correct answer from the options given below:
Customers arrive at a reception counter at an average interval rate of 10 minutes and the receptionist takes an average of 6 minutes for one customer. The average queue length is:
The first and foremost important feature for a project to be successful is:
In Queuing Theory, statistical pattern by which customers arrive over a period of time, follows
Arrange the operations in production planning and control in correct sequence :
(i) Routing
(ii) Dispatching
(iii) Follow up
(iv) Scheduling
Choose the correct answer from the code given below: