1 / 9

Uncapacited Facility Location Problem Toy example

Producer P. Uncapacited Facility Location Problem Toy example.

nau
Download Presentation

Uncapacited Facility Location Problem Toy example

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Producer P Uncapacited Facility Location ProblemToy example Let us consider one producer P and four customers, which are supplied each day with one item of product each. Customers can be supplied only by trucks and each truck can carry exactly one item of the product at transportation cost 2000 crowns per unit distance. But, there is a railway, which starts from P and goes near to the customers through two places, where transshipment places may be constituted (each for 6000 crown per day) . This transportation means is able to transports one item at 1000 crowns per distance unit. We expect that the average fixedcharges may move from 2000to8000. The demand satisfaction costs may vary from 70% to 150% of they declared value. 1 1 1 1 1 1 Customers 1 1

  2. Producer P (1) SensitivityAnalysisUncapacited Facility Location Problem The fixed charges and costs were only roughly estimated. 1 1 1 C1 C2 1 1 (2) 1 We expect that the average fixedcharges may move from 2to8 (thousands). The demand satisfaction costs may vary from 70% to 150% of they declared value. Customers 1 1 C3 C4 (3)

  3. Uncapacited Facility Location ProblemToy example – Sensitivity Analysis We expect that the average fixedcharges may move from 2to8. The demand satisfaction costs may vary from 70% to 150% of they declared value. fi = fi ; cij =cij. <0.33,1.33> <0.7, 1.5>

  4. Uncapacited Facility Location ProblemToy example – Sensitivity Analysis • Let the parameters  and independentlyincrement by 0.33 from their lower limits to upper limits. • On the whole, we get 16 instances to solve. <0.33, 1.33> <0.7, 1.5>

  5. Uncapacited Facility Location ProblemToy example – Sensitivity Analysis • In declaration part: • Declare ‘names’ for all set of constraints using data type ‘linctr’ constr_1 : array (1..4) of linctr! name for first set of constraints constr_2 : array (1..3,1..4) of linctr! name for second set of constraints • In model part: • Name all constraints forall (j in 1..4) constr_1(j) := sum(i in 1..3) z(i,j)=1 forall (i in 1..3, j in 1..4) constr_2(i,j) := z(i,j)<=y(i) Run the model repeteadly in the loop for different alpha and beta

  6. Example of test (1) One salt producer P supplies five customers, which are supplied each day. Each customer demands 2 tons of salt every day. Customers can be supplied only by trucks and each truck can carry exactly two tons of the salt. Unit transport cost for the truck is 50 NOK per transported unit and km. There is a also ferry, which starts from producer P and goes near to the customers through two places P1 and P2, where transshipment places may be constituted. If the transshipment will be at the transshipment place, we must pay the rent for 600 NOK per day. Unit transport cost for the ferry is 20 NOK per transported unit and km. The distance matrix is given. Find a solution of this problem with minimal total cost. Write the mathematical model and solve it in Xpress-IVE.

  7. 16 10 10 10 26 7 6 8 10 5 3 4 1 9 2 12 10 12 12 10 20 14 22 10 12 26 Example of test (2) Local authorities want to build at most 2fire brigades at some places from the set 1, 2, 3 and 4 so that the size of the part of population from set {1, 2, …, 10}, which is out of the time limit Tmax =10 minutes from the nearest fire brigade, should be minimized. Local authority has a budget of 110000 NOK, which can be used to build fire brigades. Building of fire brigade costs: at location 1: 55000 NOK at location 2: 45000 NOK at location 3: 45000 NOK at location 4: 55000 NOK Population bj in nodes {1, 2, …, 10} is: 2000, 1500, 100, 1200, 1150, 400, 100, 800, 350, 250. Transportation network with distances (in km) is on the picture below. Average speed of the fire brigade’s vehicle is 60 km per hour. To calculate travel times use the shortest distances matrix dij Find a solution of this problem. Write the description of decision variables and all constants used in the model on this sheet or on its opposite site, write the mathematical model and solve it in Xpress-IVE. Put down the answer: How many people will not be served (will be out of the time limit) and at which locations will be the fire brigades located?

  8. 16 10 10 10 26 7 6 8 10 5 3 4 1 9 2 12 10 12 12 10 20 14 22 10 12 26 Maximum covering location problem Problem to practice Let us consider that computer vendor want to locate 1 shop at some places from the set 1, 2, 3 and4 . The number p=1 of facilities is fixed, but not each customer must be served. Service of customer j brings profit, which is proportional to its demand bj, but only when its distance from some located facility is less or equal than 25 km. Each customer’s demand is equal to 10 (bj=10)

  9. Maximum covering location problemProblem to practice

More Related