• Keine Ergebnisse gefunden

Concepts and Algorithms of Optimization – Series 1

N/A
N/A
Protected

Academic year: 2022

Aktie "Concepts and Algorithms of Optimization – Series 1"

Copied!
2
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

Dr. Maximilian Merkert Benjamin Peters M.Sc.

Winter term 2019/2020

Concepts and Algorithms of Optimization – Series 1

www.math.uni-magdeburg.de/institute/imo/teaching/wise19/cao/

October 18, 2019

Exercise 1

A Digraph D= (V, A) is given as follows:

1

2

3

4

5

6

7

8

9

(a) Determine all out-arcs and all in-arcs of the nodesv =3 and w=6.

(b) Determine all out-neighbors and all in-neighbors of node v=5.

(c) Give the node set, the arc set and the length of two different 1-8-pathsP1 and P2 inD, respectively.

(d) Determine a cycle C1 with length k1=5 and a cycle C2 with lengthk2 =2 in D.

(e) Give a subdigraph D and a spanning subdigraph D′′ of D.

(f) Does there exist a Hamiltonian path or a Hamiltonian cycle in D?

Exercise 2

Consider the following digraph D= (V, A).

1

2 3

4 5

(a) Determine a Hamiltonian pathPH and a Hamiltonian cycle CH inD.

(b) Determine the subdigraph of D induced by the setU = {2,3,5} ⊆V.

p. 1/2

(2)

Concepts and Algorithms of Optimization – Series 1 p. 2/2

Exercise 3

The company Color Ink spray-paints wooden toys for children in 7 different colors, namely: white, yellow, red, green, blue, purple and black.

The spray-painting is done by one machine, which has to be cleaned after every painting process. The intensity and duration of the cleaning procedure depend on the colors used to paint the preceding and the succeeding toy. Especially, there are several color sequences that are not allowed to be processed. The cleaning time t is given in the following table for each color sequence whereby ’-’ denotes an infeasible order.

t inmin successor

predecessor white yellow red green blue purple black

white 0 0 - 0 - - -

yellow 10 0 10 20 - - 0

red - 30 0 - 10 10 0

green - 10 - 0 10 10 0

blue - - - - 0 10 0

purple - - 20 - 10 0 0

black - - - 0

For the next day, there are the following 8 toys to be painted: a snowman (white), a flower (yellow), an apple (red), two trees (green), a fish (blue), a puppet (purple) and a car (black). The production manager of the company is willing to find the coloring sequence of all toys with minimum total cleaning time.

(a) Transfer the sequencing problem of the Color Ink company to a directed graph.

Which underlying graph-based problem is to be solved by the production manager?

(b) Give two different feasible sequences for the toy coloring problem and the corre- sponding total cleaning time.

Referenzen

ÄHNLICHE DOKUMENTE

Following the transportation policy of the last years, the Best Bread company has already assigned small trucks (maximum capacity: 200 breads) and large trucks (max- imum capacity:

[r]

[r]

Considering the given restrictions, the shop floor manager is willing to know, what is the maximum number of tasks, which can be operated simultaneously!. Additionally, the CEO of

(a) Implement a general AMPL model for the graph coloring problem. (b) Use this model to find the minimum amount of

You are planning to play a friendly squash tournament together with four of your friends, Arthur, Boris, Cecilia, and Daisy.. In the tournament, every pair of players has to play a

The following table describes the required working time in each of the three work steps Cutting, Painting and Wrapping for cups and plates.. The working time and the amount of

Solve the following integer program using the branch and bound method. For the linear subproblems you can use and modify the template from the