+ All Categories
Home > Documents > Let us consider one producer P and four customers, which are supplied each day with one item of...

Let us consider one producer P and four customers, which are supplied each day with one item of...

Date post: 18-Jan-2016
Category:
Upload: emerald-dennis
View: 212 times
Download: 0 times
Share this document with a friend
Popular Tags:
9
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 fixed charges may move from 2000 to 8000. The demand satisfaction costs may vary from 70% to 150% of they declared value. 1 Producer P Customer s 1 1 1 1 1 1 1 1
Transcript
Page 1: 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.

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 fixed charges may move from 2000 to 8000.

The demand satisfaction costs may vary from 70% to 150% of they declared value.

1

Producer P

Customers

1

1

1

1

11

11

Page 2: 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.

2

J 1 2 3 4

fi I cijC1 C2 C3 C4

0 1 P 8 8 10 10

6 2 P1 5 5 7 7

6 3 P2 8 8 6 6

The fixed charges and costs were

only roughly estimated.

Producer P (1)

Customers

1

1

1

1

11

11

(2)

(3)

C1 C2

C3 C4

We expect that the average fixed charges may move from 2 to 8 (thousands). The demand satisfaction costs may vary from 70% to 150% of they declared value.

Page 3: 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.

3

J 1 2 3 4

fi I cijC1 C2 C3 C4

0 1 P 8 8 10 10

6 2 P1 5 5 7 7

6 3 P2 8 8 6 6

We expect that the average fixed charges may move from 2 to 8.

The demand satisfaction costs may vary from 70% to 150% of they declared value.

<0.33,1.33> <0.7, 1.5>

fi = fi ; cij = cij.

Page 4: 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.

4

J 1 2 3 4

fi I cijC1 C2 C3 C4

0 1 P 8 8 10 10

6 2 P1 5 5 7 7

6 3 P2 8 8 6 6 Let the parameters and independently

increment 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>

Page 5: 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.

5

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 constraintsconstr_2 : array (1..3,1..4) of linctr ! name for second set of constraints

In model part: Name all constraintsforall (j in 1..4) constr_1(j) := sum(i in 1..3) z(i,j)=1forall (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

Page 6: 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.

6

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.

Page 7: 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.

7

Local authorities want to build at most 2 fire 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 NOKat 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?

1 2

3 4

5

6

7

8

9

10

22

26

10

12

10

16

2610

121012

14

1012

1020

Page 8: 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.

8

Let us consider that computer vendor want to locate 1 shop at some places from the set 1, 2, 3 and 4 . 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)

1 2

3 4

5

6

7

8

9

10

22

26

10

12

10

16

2610

121012

14

1012

1020

Page 9: 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.

9

10,..,1}1,0{

4,..,1}1,0{

10,..,1

4

1

4

1

10

1

jforx

ifory

py

jforxyatoSubject

xbMaximize

j

i

ii

ji

iij

jjj


Recommended